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 18, 2023
1 parent 1eea9d8 commit 4acc7da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
name = "TMTool"
version = "0.0.38"
description = "python tool for Microsoft Threat modeling tool"
authors = [
"Tyler M. <tmart234@gmail.com>"
]
authors = [ {name = "Tyler Martin", email = "tmart234@gmail.com"} ]
readme = "README.md"
python = "^3.7"
homepage = "https://github.com/tmart234/TMT"
Expand All @@ -17,4 +15,4 @@ requires = [
"setuptools",
"wheel"
]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

0 comments on commit 4acc7da

Please sign in to comment.