# HG changeset patch # User Nicolas Saunier # Date 1721522175 14400 # Node ID 96c7cfbdd226e9219f81082e8e1d75bf7da584ad # Parent 76f5693b530c2db92d993fa6d486ad23b3c6ad1b# Parent 216aaab998449a40bb392681a0dbc2ba8657b85e merged diff -r 76f5693b530c -r 96c7cfbdd226 Makefile --- a/Makefile Sat Jul 20 20:35:21 2024 -0400 +++ b/Makefile Sat Jul 20 20:36:15 2024 -0400 @@ -24,7 +24,7 @@ @cp scripts/*.py $(INSTALL_DIR) uploadpython: @python setup.py sdist - @twine upload dist/* --skip-existing + @twine upload dist/* --skip-existing --repository TRAFFIC_INTELLIGENCE #python setup.py sdist upload #python setup.py sdist bdist_wheel diff -r 76f5693b530c -r 96c7cfbdd226 README --- a/README Sat Jul 20 20:35:21 2024 -0400 +++ b/README Sat Jul 20 20:36:15 2024 -0400 @@ -12,4 +12,4 @@ Please consult the project website on Bitbucket for more information and step-by-step guides -https://bitbucket.org/Nicolas/trafficintelligence/ \ No newline at end of file +https://trafficintelligence.confins.net diff -r 76f5693b530c -r 96c7cfbdd226 setup.py --- a/setup.py Sat Jul 20 20:35:21 2024 -0400 +++ b/setup.py Sat Jul 20 20:36:15 2024 -0400 @@ -5,10 +5,10 @@ setuptools.setup( name='trafficintelligence', - version='0.2.9', + version='0.2.10', author='Nicolas Saunier', author_email='nicolas.saunier@polymtl.ca', - url='https://bitbucket.org/Nicolas/trafficintelligence', + url='https://trafficintelligence.confins.net', packages=setuptools.find_packages(), description='Python modules of the Traffic Intelligence project', long_description=long_description,