aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Shi <bs1984@gmail.com>2009-12-08 14:11:26 -0500
committerBo Shi <bs1984@gmail.com>2009-12-08 14:11:26 -0500
commit93d46f74d7dec332670ed8671708d55d5134288a (patch)
tree2bfeee5d836bc3b0a47c3aadff65de8f2ec567fb
parent42bd9fff111713f76f73c69f7c55b559ac076a73 (diff)
downloadchishop-93d46f74d7dec332670ed8671708d55d5134288a.tar.bz2
chishop-93d46f74d7dec332670ed8671708d55d5134288a.tar.xz
chishop-93d46f74d7dec332670ed8671708d55d5134288a.zip
Fix error in README (register without -r attempts pypi.python.org).
-rw-r--r--README4
1 files 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
53 53
54To push the package to the local pypi:: 54To push the package to the local pypi::
55 55
56 $ python setup.py register sdist upload -r local 56 $ python setup.py register -r local sdist upload -r local
57 57
58 58
59Uploading a package: Python <2.6 59Uploading a package: Python <2.6
@@ -67,6 +67,6 @@ instead of using register and dist command, you can use "mregister" and "mupload
67 67
68To push the package to the local pypi:: 68To push the package to the local pypi::
69 69
70 $ python setup.py mregister sdist mupload -r local 70 $ python setup.py mregister -r local sdist mupload -r local
71 71
72.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround 72.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround