Skip to content

Commit e169a70

Browse files
authored
Merge pull request #2354 from PyCQA/bugfix/2350
Link GH as changelog
2 parents 0a0b7a8 + b4c4636 commit e169a70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ classifiers = [
3131
"Topic :: Software Development :: Libraries",
3232
"Topic :: Utilities",
3333
]
34-
urls = { Changelog = "https://github.com/pycqa/isort/blob/main/CHANGELOG.md" }
34+
urls = { changelog = "https://github.com/PyCQA/isort/releases" }
3535
include = [
3636
{ path = "tests", format = "sdist" },
3737
{ path = "ACKNOWLEDGEMENTS.md", format = "sdist" },
38-
{ path = "CHANGELOG.md", format = "sdist" },
3938
{ path = "LICENSE", format = "sdist" },
4039
]
4140
requires-python = ">=3.9.0"

0 commit comments

Comments
 (0)