comparison 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
comparison
equal deleted inserted replaced
1283:77a310e29233 1285:5ac26907e3c3
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.9', 8 version='0.2.10',
9 author='Nicolas Saunier', 9 author='Nicolas Saunier',
10 author_email='[email protected]', 10 author_email='[email protected]',
11 url='https://bitbucket.org/Nicolas/trafficintelligence', 11 url='https://trafficintelligence.confins.net',
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',
14 long_description=long_description, 14 long_description=long_description,
15 license = 'MIT License', 15 license = 'MIT License',
16 classifiers=[ 16 classifiers=[