We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0b7a8 + b4c4636 commit e169a70Copy full SHA for e169a70
pyproject.toml
@@ -31,11 +31,10 @@ classifiers = [
31
"Topic :: Software Development :: Libraries",
32
"Topic :: Utilities",
33
]
34
-urls = { Changelog = "https://github.com/pycqa/isort/blob/main/CHANGELOG.md" }
+urls = { changelog = "https://github.com/PyCQA/isort/releases" }
35
include = [
36
{ path = "tests", format = "sdist" },
37
{ path = "ACKNOWLEDGEMENTS.md", format = "sdist" },
38
- { path = "CHANGELOG.md", format = "sdist" },
39
{ path = "LICENSE", format = "sdist" },
40
41
requires-python = ">=3.9.0"
0 commit comments