mirror of https://github.com/scrapy/scrapy.git
Make the release notes work better on PyPI. (#6826)
This commit is contained in:
parent
f2fc177f1f
commit
816d23da30
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue