Skip to content

Commit

Permalink
Normalize project urls according to PEP-753
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Oct 14, 2024
1 parent 4e53548 commit 8d48bc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ dependencies = [
]

# See https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#urls
# See https://peps.python.org/pep-0753/#well-known-labels
[project.urls]
Homepage = "https://github.com/adamrehn/ue4-docker"
Documentation = "https://adamrehn.github.io/ue4-docker"
Repository = "https://github.com/adamrehn/ue4-docker.git"
homepage = "https://github.com/adamrehn/ue4-docker"
documentation = "https://adamrehn.github.io/ue4-docker"
repository = "https://github.com/adamrehn/ue4-docker.git"

[project.scripts]
ue4-docker = "ue4docker:main"
Expand Down

0 comments on commit 8d48bc1

Please sign in to comment.