Merge pull request #743 from amureki/pypi_url_fix

Fixed pypi url (warehouse)
This commit is contained in:
Vinta 2016-10-12 11:34:42 +08:00 committed by GitHub
commit d225e10458
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Local PyPI repository server and proxies.*
* [warehouse](https://github.com/pypa/warehouse) - Next generation Python Package Repository (PyPI).
* [Warehouse](https://warehouse.python.org/)
* [Warehouse](https://pypi.org/)
* [bandersnatch](https://bitbucket.org/pypa/bandersnatch) - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
* [devpi](http://doc.devpi.net/latest/) - PyPI server and packaging/testing/release tool.
* [localshop](https://github.com/mvantellingen/localshop) - Local PyPI server (custom packages and auto-mirroring of pypi).