Make the release notes work better on PyPI. (#6826)

This commit is contained in:
Andrey Rakhmatullin 2025-05-27 00:31:28 +05:00
parent 06dec08125
commit 5973208567
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ Homepage = "https://scrapy.org/"
Documentation = "https://docs.scrapy.org/"
Source = "https://github.com/scrapy/scrapy"
Tracker = "https://github.com/scrapy/scrapy/issues"
Changelog = "https://github.com/scrapy/scrapy/commits/master/"
releasenotes = "https://docs.scrapy.org/en/latest/news.html"
"Release notes" = "https://docs.scrapy.org/en/latest/news.html"
[project.scripts]
scrapy = "scrapy.cmdline:execute"