From c5712e5f34e11930da00d3666a96995d25c4840a Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 1 Mar 2025 10:25:05 -0500 Subject: [PATCH] modified: setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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/*