We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128bda5 commit 4807e00Copy full SHA for 4807e00
setup.cfg
@@ -0,0 +1,2 @@
1
+[wheel]
2
+universal = 1
setup.py
@@ -45,6 +45,7 @@ def get_package_data(package):
45
46
if sys.argv[-1] == 'publish':
47
os.system("python setup.py sdist upload")
48
+ os.system("python setup.py bdist_wheel upload")
49
print("You probably want to also tag the version now:")
50
print(" git tag -a %s -m 'version %s'" % (version, version))
51
print(" git push --tags")
0 commit comments