comparison setup.py @ 1091:3945d239634e

new pip version 0.2.3
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 22 Jan 2019 09:57:26 -0500
parents d24deb61f550
children 77ce1cb3c868
comparison
equal deleted inserted replaced
1090:97247e44b827 1091:3945d239634e
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.2', 8 version='0.2.3',
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',