aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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