File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ classifiers = [
2121]
2222dynamic = [" dependencies" , " optional-dependencies" , " version" ]
2323
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+
2430[tool .setuptools_scm ]
2531# Purposely left empty
2632
@@ -31,13 +37,6 @@ file = ["requirements/requirements.txt"]
3137dev = { file = [" requirements/requirements-dev.txt" ] }
3238test = { file = [" requirements/requirements-test.txt" ] }
3339
34- [project .urls ]
35- homepage = " https://github.com/[ORG NAME]/[REPO NAME]"
36-
37- # CLI scripts if needed
38- # [project.scripts]
39- # python-src-example = "module_name.sample:main"
40-
4140[tool .black ]
4241line-length = 100
4342target-version = [' py39' ]
You can’t perform that action at this time.
0 commit comments