# HG changeset patch # User Nicolas Saunier # Date 1624330529 14400 # Node ID f67b4f8921956084f94063fe8925b61531ccd2dc # Parent 7b4d732f82b395ac5368074416648679309d9bf3 minor pypi update diff -r 7b4d732f82b3 -r f67b4f892195 Makefile --- a/Makefile Thu Jun 10 23:51:42 2021 -0400 +++ b/Makefile Mon Jun 21 22:55:29 2021 -0400 @@ -9,7 +9,7 @@ clean: @cd c && make clean - @cd python && rm *.pyc + @cd trafficintelligence && rm *.pyc installpython: @echo "=========================================" @@ -20,9 +20,10 @@ @rm /tmp/trafficintelligence.tar.gz @cp scripts/* $(INSTALL_DIR) uploadpython: - @python setup.py sdist bdist_wheel + @python setup.py sdist @twine upload dist/* --skip-existing #python setup.py sdist upload + #python setup.py sdist bdist_wheel install: cexe installpython @echo "=========================================" diff -r 7b4d732f82b3 -r f67b4f892195 setup.py --- a/setup.py Thu Jun 10 23:51:42 2021 -0400 +++ b/setup.py Mon Jun 21 22:55:29 2021 -0400 @@ -5,7 +5,7 @@ setuptools.setup( name='trafficintelligence', - version='0.2.6', + version='0.2.7', author='Nicolas Saunier', author_email='nicolas.saunier@polymtl.ca', url='https://bitbucket.org/Nicolas/trafficintelligence',