Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatkj committed Jul 8, 2024
1 parent 2a45372 commit 8a976b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ requires-python = ">=3.8"
keywords = ["typed", "argparse", "argparser", "argparse-typed"]
license = { text = "MIT" }
dynamic = ["version"]
dependencies = ["typing_extensions>=4.7.0,<5.0.0"]


[project.urls]
Repository = "https://github.com/ajatkj/typed_argparser"
Expand All @@ -30,6 +32,7 @@ exclude = ["tests.*", "examples.*", "tests", "examples", "htmlcov"]

[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "no-local-version"

[tool.mypy]
modules = "typed_argparser"
Expand Down

0 comments on commit 8a976b4

Please sign in to comment.