Skip to content

Commit 7bd64c9

Browse files
committed
Move version section
1 parent 1480330 commit 7bd64c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ classifiers = [
2020

2121
[project.optional-dependencies]
2222
dev = ["ruff", "black", "pytest", "build", "python-gitlab"]
23-
[tool.setuptools.dynamic]
24-
version = {attr = "gitlab_users.__version__"}
23+
2524
[project.urls]
2625
Homepage = "https://github.com/boileaum/gitlab-users"
2726

27+
[tool.setuptools.dynamic]
28+
version = { attr = "gitlab_users.__version__" }
29+
2830
[tool.setuptools]
2931
package-dir = { "" = "src" }
3032
include-package-data = true

0 commit comments

Comments
 (0)