We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894c8c4 commit e5cee43Copy full SHA for e5cee43
pyproject.toml
@@ -72,6 +72,8 @@ packages = [
72
'numpydoc',
73
'numpydoc.hooks',
74
]
75
+[tool.setuptools.dynamic.version]
76
+attr = 'numpydoc.__version__'
77
78
[tool.setuptools.package-data]
79
numpydoc = [
tools/pyproject.toml.in
@@ -53,6 +53,9 @@ packages = [
53
54
include-package-data = false
55
56
+[tool.setuptools.dynamic]
57
+version = {attr = "numpydoc.__version__"}
58
+
59
60
61
"tests/test_*.py",
0 commit comments