Skip to content

Commit bcf8f07

Browse files
committed
Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts.
1 parent 744cf2a commit bcf8f07

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ dependencies = [
2121
]
2222
dynamic = ["version"]
2323

24+
[project.urls]
25+
Homepage = "https://github.com/PROJECT_PATH"
26+
2427
[project.optional-dependencies]
2528
testing = [
2629
# upstream
@@ -44,9 +47,4 @@ docs = [
4447
# local
4548
]
4649

47-
[project.urls]
48-
Homepage = "https://github.com/PROJECT_PATH"
49-
50-
[project.scripts]
51-
5250
[tool.setuptools_scm]

0 commit comments

Comments
 (0)