Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmart234 committed Oct 30, 2023
1 parent 21d1010 commit 2967649
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
name = "TMTool"
version = "0.0.43"
description = "python tool for Microsoft Threat modeling tool"
maintainers = [ "Tyler Martin <tmart234@gmail.com>",]
maintainers = [
{name="Tyler Martin", email="tmart234@gmail.com"}
]
readme = "README.md"
python = "^3.7"
homepage = "https://github.com/tmart234/TMT"
repository = "https://github.com/tmart234/TMT"
documentation = "https://github.com/tmart234/TMT"
[[project.authors]]
name = "Tyler Martin"
email = "tmart234@gmail.com"
authors = [
{name="Tyler Martin", email="tmart234@gmail.com"}
]

[build-system]
requires = [ "setuptools", "wheel",]
Expand Down

0 comments on commit 2967649

Please sign in to comment.