aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2010-03-22 10:42:55 +0100
committerAsk Solem <askh@opera.com>2010-03-22 10:42:55 +0100
commit3ad9b89cae7501b1a17655c2af1662c36695b871 (patch)
tree2977c8e6bb13a63ee02a0b6265338f984bbb8c7e
parent2ce5a40617bc168e99c575374a90eeb4229d00ec (diff)
parenteb834c564045a07e0014c5754231a857f13db663 (diff)
downloadchishop-3ad9b89cae7501b1a17655c2af1662c36695b871.tar.bz2
chishop-3ad9b89cae7501b1a17655c2af1662c36695b871.tar.xz
chishop-3ad9b89cae7501b1a17655c2af1662c36695b871.zip
Merge branch 'bshi/master'
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ad431a6..ca3b5e1 100644
--- a/README
+++ b/README
@@ -60,7 +60,7 @@ Uploading a package: Python >=2.6
60 60
61To push the package to the local pypi:: 61To push the package to the local pypi::
62 62
63 $ python setup.py register sdist upload -r local 63 $ python setup.py register -r local sdist upload -r local
64 64
65 65
66Uploading a package: Python <2.6 66Uploading a package: Python <2.6
@@ -74,6 +74,6 @@ instead of using register and dist command, you can use "mregister" and "mupload
74 74
75To push the package to the local pypi:: 75To push the package to the local pypi::
76 76
77 $ python setup.py mregister sdist mupload -r local 77 $ python setup.py mregister -r local sdist mupload -r local
78 78
79.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround 79.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround