Skip to content

Commit 1a52353

Browse files
committed
Switch from Chishop to pypiserver
1 parent ad722ef commit 1a52353

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/shipping/packaging.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@ you can still install MyPackage using:
6262
6363
$ pip install http://127.0.0.1:9000/MyPackage.tar.gz
6464
65-
Chishop
66-
+++++++
65+
pypiserver
66+
++++++++++
67+
68+
`Pypiserver <https://pypi.python.org/pypi/pypiserver>`_ is a minimal PyPI compatible server.
69+
It can be used to serve a set of packages to easy_install or pip. It includes helpful
70+
features like an administrative command (``-U``) which will update all its packages to their
71+
latest versions found on PyPI.
6772

68-
`Chishop <https://github.com/benliles/djangopypi>`_ is a simple PyPI server
69-
written in django which allows you to register/upload with distutils and
70-
install with easy_install/pip.
7173

7274
S3-Hosted PyPi
7375
++++++++++++++

0 commit comments

Comments
 (0)