Skip to content

Commit 3fcb268

Browse files
committed
dynamic version number in pyproject.toml not working... reverting
1 parent f8b855e commit 3fcb268

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ py-modules = ['causalpy', 'causalpy.data']
1111

1212
[project]
1313
name = "CausalPy"
14-
dynamic = ["version"]
14+
version = "0.0.9"
1515
description = "Causal inference for quasi-experiments in Python"
1616
readme = "README.md"
1717
license = {file = "LICENSE"}
@@ -39,10 +39,6 @@ dependencies = [
3939
"xarray>=v2022.11.0",
4040
]
4141

42-
# get the version from causalpy.__version__
43-
[tool.setuptools.dynamic]
44-
version = {attr = "causalpy.__version__"}
45-
4642
# List additional groups of dependencies here (e.g. development dependencies). Users
4743
# will be able to install these using the "extras" syntax, for example:
4844
#

0 commit comments

Comments
 (0)