comparison setup.py @ 1167:f67b4f892195

minor pypi update
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 21 Jun 2021 22:55:29 -0400
parents fd729e8f073c
children 9f7a4a026dab
comparison
equal deleted inserted replaced
1166:7b4d732f82b3 1167:f67b4f892195
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.6', 8 version='0.2.7',
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',