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 744cf2a commit bcf8f07Copy full SHA for bcf8f07
1 file changed
pyproject.toml
@@ -21,6 +21,9 @@ dependencies = [
21
]
22
dynamic = ["version"]
23
24
+[project.urls]
25
+Homepage = "https://github.com/PROJECT_PATH"
26
+
27
[project.optional-dependencies]
28
testing = [
29
# upstream
@@ -44,9 +47,4 @@ docs = [
44
47
# local
45
48
46
49
-[project.urls]
-Homepage = "https://github.com/PROJECT_PATH"
-
50
-[project.scripts]
51
52
[tool.setuptools_scm]
0 commit comments