Fixes #56: The --pypi-server option now accepts an URL

This commit is contained in:
Antti Kaihola 2016-12-13 16:06:06 +02:00
parent a195c35233
commit c69067819a
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
History History
------- -------
0.4.5 (unreleased)
---------------------
* Fixed the --pypi-server option
0.4.4 (2016-07-14) 0.4.4 (2016-07-14)
--------------------- ---------------------

View File

@ -38,7 +38,7 @@ Usage
Options: Options:
--use-local Use ONLY local package info instead of querying PyPI --use-local Use ONLY local package info instead of querying PyPI
--pypi-server Use custom PyPi server --pypi-server <url> Use custom PyPi server
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the --proxy Use Proxy, parameter will be passed to requests library. You can also just set the
environments parameter in your terminal: environments parameter in your terminal:
$ export HTTP_PROXY="http://10.10.1.10:3128" $ export HTTP_PROXY="http://10.10.1.10:3128"

View File

@ -7,7 +7,7 @@ Usage:
Options: Options:
--use-local Use ONLY local package info instead of querying PyPI --use-local Use ONLY local package info instead of querying PyPI
--pypi-server Use custom PyPi server --pypi-server <url> Use custom PyPi server
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the --proxy Use Proxy, parameter will be passed to requests library. You can also just set the
environments parameter in your terminal: environments parameter in your terminal:
$ export HTTP_PROXY="http://10.10.1.10:3128" $ export HTTP_PROXY="http://10.10.1.10:3128"