Skip to content

Commit

Permalink
Fix dynamic versioning in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstratos committed May 2, 2024
1 parent 049857a commit 7eb1264
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 @@ -25,6 +25,9 @@ dynamic = ["version"]
[project.optional-dependencies]
dev = ["ruff", "isort", "black"]

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

[tool.pydoctor]
project-name = "ModelMimic"
make-html = true
Expand Down

0 comments on commit 7eb1264

Please sign in to comment.