We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfa713 commit 6957a52Copy full SHA for 6957a52
1 file changed
pyproject.toml
@@ -21,6 +21,12 @@ classifiers = [
21
]
22
dynamic = ["dependencies", "optional-dependencies", "version"]
23
24
+[project.urls]
25
+homepage = "https://github.com/[ORG NAME]/[REPO NAME]"
26
+
27
+# [project.scripts]
28
+# python-src-example = "module_name.sample:main"
29
30
[tool.setuptools_scm]
31
# Purposely left empty
32
@@ -31,13 +37,6 @@ file = ["requirements/requirements.txt"]
37
dev = { file = ["requirements/requirements-dev.txt"] }
38
test = { file = ["requirements/requirements-test.txt"] }
33
39
34
-[project.urls]
35
-homepage = "https://github.com/[ORG NAME]/[REPO NAME]"
36
-
-# CLI scripts if needed
-# [project.scripts]
-# python-src-example = "module_name.sample:main"
40
41
[tool.black]
42
line-length = 100
43
target-version = ['py39']
0 commit comments