Skip to content

Commit

Permalink
update pyproject for setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatkj committed Jul 8, 2024
1 parent c0f6359 commit 62bb720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ dynamic = ["version"]
Repository = "https://github.com/ajatkj/typed_argparser"

[tool.setuptools.packages.find]
exclude = ["typed_argparser.tests*", "typed_argparser.examples*"]
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 62bb720

Please sign in to comment.