##// END OF EJS Templates
Merge pull request #9925 from takluyver/pep527...
Min RK -
r22848:f80087f8 merge
parent child Browse files
Show More
@@ -18,7 +18,7 b" archive = '%s:%s' % (archive_user, archive_dir)"
18
18
19 # Build commands
19 # Build commands
20 # Source dists
20 # Source dists
21 sdists = './setup.py sdist --formats=gztar,zip'
21 sdists = './setup.py sdist --formats=gztar'
22 # Binary dists
22 # Binary dists
23 def buildwheels():
23 def buildwheels():
24 sh('python3 setupegg.py bdist_wheel' % py)
24 sh('python3 setupegg.py bdist_wheel' % py)
General Comments 0
You need to be logged in to leave comments. Login now