comparison setup.py @ 1171:afdbfba94fbc

new functions, new minor release number
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 27 Sep 2021 14:09:23 -0400
parents 9f7a4a026dab
children
comparison
equal deleted inserted replaced
1170:b55adb13f262 1171:afdbfba94fbc
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.8', 8 version='0.2.9',
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',