Skip to content

Commit

Permalink
Add 'sys' to the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Roy Greenfeld committed Sep 5, 2015
1 parent 4b931c4 commit 1d26116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from setuptools import setup, find_packages
import os
import platform
import sys

if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
Expand Down

0 comments on commit 1d26116

Please sign in to comment.