# HG changeset patch # User Nicolas Saunier # Date 1721245643 14400 # Node ID 5ac26907e3c329440fe46f82c3f3b032beca0342 # Parent 77a310e29233e4dd5feef173eede2713164284d3 update for pypi upload diff -r 77a310e29233 -r 5ac26907e3c3 Makefile --- a/Makefile Tue Jul 16 12:06:34 2024 -0400 +++ b/Makefile Wed Jul 17 15:47:23 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 77a310e29233 -r 5ac26907e3c3 README --- a/README Tue Jul 16 12:06:34 2024 -0400 +++ b/README Wed Jul 17 15:47:23 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 77a310e29233 -r 5ac26907e3c3 setup.py --- a/setup.py Tue Jul 16 12:06:34 2024 -0400 +++ b/setup.py Wed Jul 17 15:47:23 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,