Skip to content

Commit 77827d2

Browse files
authored
Merge pull request #2387 from guillermodotn/issue/2386
Add Project URLs to PyPI Side Panel
2 parents 3432318 + 1cfd447 commit 77827d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ classifiers = [
3131
"Topic :: Software Development :: Libraries",
3232
"Topic :: Utilities",
3333
]
34-
urls = { changelog = "https://github.com/PyCQA/isort/releases" }
3534
include = [
3635
{ path = "tests", format = "sdist" },
3736
{ path = "ACKNOWLEDGEMENTS.md", format = "sdist" },
@@ -41,6 +40,12 @@ requires-python = ">=3.9.0"
4140

4241
dependencies = []
4342

43+
[project.urls]
44+
Homepage = "https://pycqa.github.io/isort/index.html"
45+
Documentation = "https://pycqa.github.io/isort/index.html"
46+
Repository = "https://github.com/PyCQA/isort"
47+
Changelog = "https://github.com/PyCQA/isort/releases"
48+
4449
[tool.hatch.version]
4550
source = "vcs"
4651

0 commit comments

Comments
 (0)