summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/distributing.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 13:39:36 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 13:39:36 -0400
commit3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb (patch)
tree76b5db7cca027e9bcc1dc81be111b8bfae90a2b6 /docs/tutorials/wiki2/distributing.rst
parent2c6f63a15ba4dff7aaddfa09a7066590c1a833ce (diff)
parentfca8f01565d99d841bed0dfb3c784042af693ab1 (diff)
downloadpyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.tar.gz
pyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.tar.bz2
pyramid-3c7d5c803c6e0cf3f51ffc0577b087e7c14855fb.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki2/distributing.rst')
-rw-r--r--docs/tutorials/wiki2/distributing.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki2/distributing.rst b/docs/tutorials/wiki2/distributing.rst
index c80b43337..96293603c 100644
--- a/docs/tutorials/wiki2/distributing.rst
+++ b/docs/tutorials/wiki2/distributing.rst
@@ -27,12 +27,12 @@ The output of such a command will be something like:
running sdist
# ... more output ...
creating dist
- tar -cf dist/tutorial-0.1.tar tutorial-0.1
- gzip -f9 dist/tutorial-0.1.tar
- removing 'tutorial-0.1' (and everything under it)
+ tar -cf dist/tutorial-0.0.tar tutorial-0.0
+ gzip -f9 dist/tutorial-0.0.tar
+ removing 'tutorial-0.0' (and everything under it)
Note that this command creates a tarball in the "dist" subdirectory
-named ``tutorial-0.1.tar.gz``. You can send this file to your friends
+named ``tutorial-0.0.tar.gz``. You can send this file to your friends
to show them your cool new application. They should be able to
install it by pointing the ``easy_install`` command directly at it.
Or you can upload it to `PyPI <http://pypi.python.org>`_ and share it