diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-25 04:04:36 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-25 04:04:36 -0400 |
| commit | fbabb430ca7159cf0570193704367234e4c2b90b (patch) | |
| tree | b2e81fffb2168be605bd020249b725d8417dd3f7 /setup.py | |
| parent | b8f923f8c5713da12ffbf42bd3794f3cef2674bc (diff) | |
| download | tablib-fbabb430ca7159cf0570193704367234e4c2b90b.tar.gz | |
small setup.py fix
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ def publish(): """Publish to PyPi""" os.system("python setup.py sdist upload") - if sys.argv[-1] == "publish": publish() sys.exit() |
