We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160d87c commit f484bf2Copy full SHA for f484bf2
‎pyproject.toml‎
@@ -89,15 +89,15 @@ Repository = "https://github.com/datajoint/datajoint-python"
89
dj = "datajoint.cli:cli"
90
datajoint = "datajoint.cli:cli"
91
92
-[tool.setuptools]
93
-packages = ["datajoint"]
94
-
95
-[tool.setuptools.dynamic]
96
-version = { attr = "datajoint.version.__version__"}
97
98
[build-system]
99
requires = [
100
"setuptools>=60",
101
"setuptools-scm>=8.0"
102
]
103
build-backend = "setuptools.build_meta"
+
+[tool.setuptools]
+packages = ["datajoint"]
+[tool.setuptools.dynamic]
+version = { attr = "datajoint.version.__version__"}
0 commit comments