Commit 200ab9c3 by Kenneth Reitz

pypi => the cheeseshop

parent 43d504b5
...@@ -11,9 +11,11 @@ except ImportError: ...@@ -11,9 +11,11 @@ except ImportError:
def publish(): def publish():
"""Publish to Pypi""" """Publishes module to The Cheeseshop."""
os.system('python setup.py sdist upload') os.system('python setup.py sdist upload')
if 'publish' in sys.argv: if 'publish' in sys.argv:
publish() publish()
sys.exit() sys.exit()
......
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