Commit afc0e785 by Chris Jerdonek

Tweaks to the setup.py docstring.

parent 0b2415f2
...@@ -2,14 +2,19 @@ ...@@ -2,14 +2,19 @@
# coding: utf-8 # coding: utf-8
""" """
To push a new version of pystache to PyPI-- This script supports installing and distributing pystache.
Below are instructions to pystache maintainers on how to push a new
version of pystache to PyPI--
http://pypi.python.org/pypi/pystache http://pypi.python.org/pypi/pystache
you first need to be added as a "Package Index Owner" of pystache. Create a PyPI user account. The user account will need permissions to push
to PyPI. A current "Package Index Owner" of pystache can grant you those
permissions.
Then run the following (after preparing the release, bumping the version When you have permissions, run the following (after preparing the release,
number, etc): bumping the version number in setup.py, etc):
> python setup.py publish > python setup.py publish
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment