Skip to content

Commit 4725b59

Browse files
committed
Use new license format
1 parent 8dfa713 commit 4725b59

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ classifiers = [
2121
]
2222
dynamic = ["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"]
3137
dev = { file = ["requirements/requirements-dev.txt"] }
3238
test = { 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]
4241
line-length = 100
4342
target-version = ['py39']

0 commit comments

Comments
 (0)