Skip to content

Commit

Permalink
Make version fully dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 2, 2023
1 parent 418ec05 commit d6b5010
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 @@ -28,6 +28,9 @@ repository = "https://github.com/pretalx/pretalx-pages.git"
[tool.setuptools]
include-package-data = true

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

[tool.setuptools.packages.find]
include = ["pretalx*"]

Expand Down

0 comments on commit d6b5010

Please sign in to comment.