diff --git a/setup.py b/setup.py index 11d694c2..eaa5a6c5 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.argv[-1] == 'publish': - os.system('python setup.py sdist upload') + os.system('python setup.py sdist bdist_wheel upload') sys.exit()