diff --git a/pypi-upload.sh b/pypi-upload.sh index 604d048..1011742 100755 --- a/pypi-upload.sh +++ b/pypi-upload.sh @@ -1,2 +1,2 @@ #!/bin/bash -python setup.py sdist upload +python setup.py sdist bdist_wheel upload diff --git a/setup.cfg b/setup.cfg index fa9fe18..2a9acf1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1 +1,2 @@ -[egg_info] +[bdist_wheel] +universal = 1