comparison setup.py @ 1169:9f7a4a026dab

correcting bug in classify objects that ignored the parameter for centile aggregation of speed, if used in classifier.cfg (updated pip version)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 19 Jul 2021 11:25:16 -0400
parents f67b4f892195
children afdbfba94fbc
comparison
equal deleted inserted replaced
1168:d71a4d174b1a 1169:9f7a4a026dab
3 with open('README') as file: 3 with open('README') as file:
4 long_description = file.read() 4 long_description = file.read()
5 5
6 setuptools.setup( 6 setuptools.setup(
7 name='trafficintelligence', 7 name='trafficintelligence',
8 version='0.2.7', 8 version='0.2.8',
9 author='Nicolas Saunier', 9 author='Nicolas Saunier',
10 author_email='nicolas.saunier@polymtl.ca', 10 author_email='nicolas.saunier@polymtl.ca',
11 url='https://bitbucket.org/Nicolas/trafficintelligence', 11 url='https://bitbucket.org/Nicolas/trafficintelligence',
12 packages=setuptools.find_packages(), 12 packages=setuptools.find_packages(),
13 description='Python modules of the Traffic Intelligence project', 13 description='Python modules of the Traffic Intelligence project',