Commit 3510d520 by Chris Jerdonek

Merge pull request #29 (6) "pypi => the cheeseshop"

From: https://github.com/kennethreitz/pystache/commit/200ab9c3731a6f9baf8709c107fae0a5984d6b28
Into: issue_29

Adds "Cheeseshop" to the docstring for setup.py's publish() function.

Conflicts:
	setup.py
parents f9d233b4 200ab9c3
......@@ -12,7 +12,10 @@ except ImportError:
def publish():
"""Publish to Pypi"""
"""
Publish this package to PyPI (aka "the Cheeseshop").
"""
os.system('python setup.py sdist upload')
......
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