Improve the Python Package Index section

Adrián Chaves 2019-10-21 12:18:52 +02:00
parent c0d6d8357a
commit 6cea3960e7
1 changed files with 7 additions and 5 deletions

@ -56,13 +56,15 @@ git push upstream 1.2 1.2.3
## Python Package Index
New Scrapy versions are automatically deployed on the Python Package Index
through Travis CI.
New Scrapy versions are automatically deployed on the
[Python PackageIndex](https://pypi.org/project/Scrapy/) through
[Travis CI](https://travis-ci.org/scrapy/scrapy/builds), at the
end of the Python 2.7 job of the tag build.
However, high-level requirements like supported Python versions or
operating system families should be updated in
https://pypi.org/project/Scrapy/ if they change in the Scrapy version
being released.
operating system families should be updated in the
[Python PackageIndex](https://pypi.org/project/Scrapy/) if they
change in the Scrapy version being released.
## Read the Docs