Skip to content

Commit

Permalink
Setuptools fix for dynamic versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cogswell committed Aug 1, 2024
1 parent c374830 commit ffd7f0e
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 @@ -16,6 +16,9 @@ dependencies = [
"importlib-metadata ~= 1.0 ; python_version < '3.8'"
]

[tool.setuptools.dynamic]
version = { attr = "NewareNDA.version.__version__" }

[project.scripts]
NewareNDA-cli = "NewareNDA.NewareNDAcli:main"

Expand Down

0 comments on commit ffd7f0e

Please sign in to comment.