diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-17 10:39:17 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-17 10:39:17 -0700 |
| commit | fca8f01565d99d841bed0dfb3c784042af693ab1 (patch) | |
| tree | 76b5db7cca027e9bcc1dc81be111b8bfae90a2b6 /docs/tutorials/wiki2/distributing.rst | |
| parent | 2c6f63a15ba4dff7aaddfa09a7066590c1a833ce (diff) | |
| parent | ef501bb1618e12ec9f0a57ba5cf873616f7c440a (diff) | |
| download | pyramid-fca8f01565d99d841bed0dfb3c784042af693ab1.tar.gz pyramid-fca8f01565d99d841bed0dfb3c784042af693ab1.tar.bz2 pyramid-fca8f01565d99d841bed0dfb3c784042af693ab1.zip | |
Merge pull request #496 from douglatornell/sql-tut-edits
Improve text of SQLAlchemy wiki tutorial.
Diffstat (limited to 'docs/tutorials/wiki2/distributing.rst')
| -rw-r--r-- | docs/tutorials/wiki2/distributing.rst | 8 |
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 |
