We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3432318 + 1cfd447 commit 77827d2Copy full SHA for 77827d2
pyproject.toml
@@ -31,7 +31,6 @@ classifiers = [
31
"Topic :: Software Development :: Libraries",
32
"Topic :: Utilities",
33
]
34
-urls = { changelog = "https://github.com/PyCQA/isort/releases" }
35
include = [
36
{ path = "tests", format = "sdist" },
37
{ path = "ACKNOWLEDGEMENTS.md", format = "sdist" },
@@ -41,6 +40,12 @@ requires-python = ">=3.9.0"
41
40
42
dependencies = []
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
+
49
[tool.hatch.version]
50
source = "vcs"
51
0 commit comments