Show More
@@ -2,7 +2,6 b' include README.rst' | |||||
2 | include COPYING.rst |
|
2 | include COPYING.rst | |
3 | include LICENSE |
|
3 | include LICENSE | |
4 | include setupbase.py |
|
4 | include setupbase.py | |
5 | include setupegg.py |
|
|||
6 | include MANIFEST.in |
|
5 | include MANIFEST.in | |
7 | include pytest.ini |
|
6 | include pytest.ini | |
8 | include mypy.ini |
|
7 | include mypy.ini |
@@ -18,10 +18,11 b" archive = '%s:%s' % (archive_user, archive_dir)" | |||||
18 |
|
18 | |||
19 | # Build commands |
|
19 | # Build commands | |
20 | # Source dists |
|
20 | # Source dists | |
21 |
sdists = |
|
21 | sdists = "{python} setup.py sdist --formats=xztar".format(python=sys.executable) | |
22 | # Binary dists |
|
22 | # Binary dists | |
23 | def buildwheels(): |
|
23 | def buildwheels(): | |
24 |
sh( |
|
24 | sh("{python} setup.py bdist_wheel".format(python=sys.executable)) | |
|
25 | ||||
25 |
|
26 | |||
26 | # Utility functions |
|
27 | # Utility functions | |
27 | def sh(cmd): |
|
28 | def sh(cmd): |
General Comments 0
You need to be logged in to leave comments.
Login now