Skip to content

Commit 0101e3d

Browse files
author
Jordan Adler
committed
Merge branch 'master' into v0.17.x
2 parents 988bf89 + 385da41 commit 0101e3d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
[bdist_wheel]
2-
universal = 1
3-
41
[metadata]
52
license_file = LICENSE.txt

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
except ImportError:
1313
from distutils.core import setup
1414

15+
1516
if sys.argv[-1] == 'publish':
1617
os.system('python setup.py sdist upload')
1718
sys.exit()

0 commit comments

Comments
 (0)