Publish universal wheel

This commit is contained in:
Oliver Bristow 2018-08-04 19:13:43 +01:00 committed by Oliver Bristow
commit a7a5f6adb8
No known key found for this signature in database
GPG key ID: FF13F04BD2C87186

View file

@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
if sys.argv[-1] == 'publish': if sys.argv[-1] == 'publish':
os.system('python3 setup.py sdist upload') os.system('python setup.py bdist_wheel --universal upload')
sys.exit() sys.exit()
packages = ['colout'] packages = ['colout']