diff --git a/setup.py b/setup.py index 1522347..dc71fd6 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ setup( # setup keyword args: http://peak.telecommunity.com/DevCenter/setuptools # built and uploaded to pypi with this: -#python setup.py sdist bdist_egg -#twine upload dist/* + +# python setup.py sdist bdist_wheel +# twine upload dist/*