Mercurial > hg > nsaunier > traffic-intelligence
comparison setup.py @ 1288:96c7cfbdd226
merged
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Sat, 20 Jul 2024 20:36:15 -0400 |
| parents | 5ac26907e3c3 |
| children |
comparison
equal
deleted
inserted
replaced
| 1287:76f5693b530c | 1288:96c7cfbdd226 |
|---|---|
| 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=[ |
