Skip to content

Commit

Permalink
Use dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Oct 31, 2023
1 parent 51ba924 commit b25879f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "django-anvil-consortium-manager"
# Version needs to be updated such that the canonical version is only stored in one place.
version = "0.19"
# version = "0.19"
authors = [
{name="Adrienne Stilp", email="[email protected]"},
]
Expand Down Expand Up @@ -31,6 +31,7 @@ dependencies = [
"networkx >= 2.8.2",
"numpy >= 1.24",
]
dynamic = ["version"]


[build-system]
Expand All @@ -43,6 +44,9 @@ build-backend = "setuptools.build_meta"
"Bug Tracker" = "https://github.com/UW-GAC/django-anvil-consortium-manager/issues"


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

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

Expand Down

0 comments on commit b25879f

Please sign in to comment.