We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 988bf89 + 385da41 commit 0101e3dCopy full SHA for 0101e3d
setup.cfg
@@ -1,5 +1,2 @@
1
-[bdist_wheel]
2
-universal = 1
3
-
4
[metadata]
5
license_file = LICENSE.txt
setup.py
@@ -12,6 +12,7 @@
12
except ImportError:
13
from distutils.core import setup
14
15
+
16
if sys.argv[-1] == 'publish':
17
os.system('python setup.py sdist upload')
18
sys.exit()
0 commit comments