Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Changed setup dist to universal
Browse files Browse the repository at this point in the history
  • Loading branch information
srtab committed Sep 16, 2017
1 parent ead5456 commit b2bb53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ def run(self):
except OSError:
pass

self.status('Building Source and Wheel distribution…')
self.status('Building Source and Wheel (universal) distribution…')
os.system(
'{0} setup.py sdist bdist_wheel '.format(sys.executable)
'{0} setup.py sdist bdist_wheel --universal'.format(sys.executable)
)

self.status('Uploading the package to {env} via Twine…'\
Expand Down

0 comments on commit b2bb53e

Please sign in to comment.