Skip to content

Commit d5053b6

Browse files
committed
Add wheel support
1 parent d8348a2 commit d5053b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
packages.append('tests')
2323

2424
if sys.argv[-1] in ("submit", "publish"):
25-
os.system("python setup.py sdist upload")
25+
os.system("python setup.py bdist_wheel sdist upload")
2626
sys.exit()
2727

2828
requires.extend(["requests >= 1.2.3", "uritemplate.py >= 0.2.0"])

0 commit comments

Comments
 (0)