Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmart234 authored Oct 30, 2023
1 parent 26895c2 commit 004a969
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "TMTool"
version = "0.0.46"
description = "python tool for Microsoft Threat modeling tool"
readme = "README.md"
requires-python = ">=3.7"
[[project.maintainers]]
name = "Tyler Martin"
email = "[email protected]"
Expand All @@ -15,9 +16,6 @@ email = "[email protected]"
requires = [ "setuptools", "wheel",]
build-backend = "setuptools.build_meta"

[project.project]
requires-python = ">=3.7"

[project.urls]
homepage = "https://github.com/tmart234/TMT"
documentation = "https://github.com/tmart234/TMT"
Expand Down

0 comments on commit 004a969

Please sign in to comment.