Skip to content

Commit

Permalink
fix: Ref version from py-source
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 26, 2023
1 parent 2f36de9 commit a3f3b6c
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 @@ -11,6 +11,9 @@ dependencies = [
]
dynamic = ["version"]

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

[tool.setuptools.package-dir]
atsphinx = "atsphinx"

0 comments on commit a3f3b6c

Please sign in to comment.