diff setup.py @ 1285:5ac26907e3c3

update for pypi upload
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 17 Jul 2024 15:47:23 -0400
parents afdbfba94fbc
children
line wrap: on
line diff
--- 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='[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,