Skip to content

Commit

Permalink
add version to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Oct 31, 2023
1 parent 0152168 commit 119fcfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ requires = ['meson-python', 'cython>=3.0.0']

[project]
name = 'sagemath'
dynamic = ["version"]

[tool.setuptools.dynamic]
version = {file = ["VERSION.txt"]}

0 comments on commit 119fcfa

Please sign in to comment.