From 1a5235309787f349728185b23b3eb013852d2e17 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 6 Feb 2014 15:44:48 -0800 Subject: [PATCH] Switch from Chishop to pypiserver --- docs/shipping/packaging.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index 54d72b04a..6d4aa5b8f 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -62,12 +62,14 @@ you can still install MyPackage using: $ pip install http://127.0.0.1:9000/MyPackage.tar.gz -Chishop -+++++++ +pypiserver +++++++++++ + +`Pypiserver `_ is a minimal PyPI compatible server. +It can be used to serve a set of packages to easy_install or pip. It includes helpful +features like an administrative command (``-U``) which will update all its packages to their +latest versions found on PyPI. -`Chishop `_ is a simple PyPI server -written in django which allows you to register/upload with distutils and -install with easy_install/pip. S3-Hosted PyPi ++++++++++++++