Skip to content

Commit

Permalink
Mark version as a dynamic field in pyproject.toml
Browse files Browse the repository at this point in the history
Maturin will populate the project version, but we should mark that in the
pyproject.toml as a dynamic field.

See PyO3/maturin#2390
  • Loading branch information
Dr-Emann committed Dec 31, 2024
1 parent 93ac9c5 commit 0e2176c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]


[project.urls]
Expand Down

0 comments on commit 0e2176c

Please sign in to comment.