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

Commit a723eaa

Browse files
authored
Merge pull request #26 from dipcode-software/feat/setup-universal
Changed setup dist to universal
2 parents ead5456 + b2bb53e commit a723eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ def run(self):
4949
except OSError:
5050
pass
5151

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

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

0 commit comments

Comments
 (0)