Skip to content

Commit

Permalink
Move project.urls to appear in the order that ini2toml generates it. …
Browse files Browse the repository at this point in the history
…Remove project.scripts.
  • Loading branch information
jaraco committed Apr 24, 2024
1 parent 744cf2a commit bcf8f07
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Expand Up @@ -21,6 +21,9 @@ dependencies = [
]
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/PROJECT_PATH"

[project.optional-dependencies]
testing = [
# upstream
Expand All @@ -44,9 +47,4 @@ docs = [
# local
]

[project.urls]
Homepage = "https://github.com/PROJECT_PATH"

[project.scripts]

[tool.setuptools_scm]

0 comments on commit bcf8f07

Please sign in to comment.