Skip to content

Commit f484bf2

Browse files
author
Drew Yang
committed
fix: 🎨 reorganize tool.setuptools in pyproject
1 parent 160d87c commit f484bf2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎pyproject.toml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ Repository = "https://github.com/datajoint/datajoint-python"
8989
dj = "datajoint.cli:cli"
9090
datajoint = "datajoint.cli:cli"
9191

92-
[tool.setuptools]
93-
packages = ["datajoint"]
94-
95-
[tool.setuptools.dynamic]
96-
version = { attr = "datajoint.version.__version__"}
97-
9892
[build-system]
9993
requires = [
10094
"setuptools>=60",
10195
"setuptools-scm>=8.0"
10296
]
10397
build-backend = "setuptools.build_meta"
98+
99+
[tool.setuptools]
100+
packages = ["datajoint"]
101+
102+
[tool.setuptools.dynamic]
103+
version = { attr = "datajoint.version.__version__"}

0 commit comments

Comments
 (0)