From 93d46f74d7dec332670ed8671708d55d5134288a Mon Sep 17 00:00:00 2001 From: Bo Shi Date: Tue, 8 Dec 2009 14:11:26 -0500 Subject: Fix error in README (register without -r attempts pypi.python.org). --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 86af4ca..f497d1f 100644 --- a/README +++ b/README @@ -53,7 +53,7 @@ Uploading a package: Python >=2.6 To push the package to the local pypi:: - $ python setup.py register sdist upload -r local + $ python setup.py register -r local sdist upload -r local Uploading a package: Python <2.6 @@ -67,6 +67,6 @@ instead of using register and dist command, you can use "mregister" and "mupload To push the package to the local pypi:: - $ python setup.py mregister sdist mupload -r local + $ python setup.py mregister -r local sdist mupload -r local .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround -- cgit v1.2.3