Mercurial > hg > nsaunier > traffic-intelligence
changeset 1286:216aaab99844
merged
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 17 Jul 2024 15:47:40 -0400 |
| parents | 5ac26907e3c3 (diff) 8e30c9a6ac6f (current diff) |
| children | 96c7cfbdd226 |
| files | |
| diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Jul 17 12:28:01 2024 -0400 +++ b/Makefile Wed Jul 17 15:47:40 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
--- a/README Wed Jul 17 12:28:01 2024 -0400 +++ b/README Wed Jul 17 15:47:40 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
--- a/setup.py Wed Jul 17 12:28:01 2024 -0400 +++ b/setup.py Wed Jul 17 15:47:40 2024 -0400 @@ -5,10 +5,10 @@ setuptools.setup( name='trafficintelligence', - version='0.2.9', + version='0.2.10', author='Nicolas Saunier', author_email='[email protected]', - 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,
