Mercurial > hg > nsaunier > traffic-intelligence
view setup.py @ 1033:8ffb3ae9f3d2
work in progress
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 20 Jun 2018 00:07:03 -0400 |
| parents | cc5cb04b04b0 |
| children | 0d7e5e290ea3 |
line wrap: on
line source
from setuptools import setup setup( name='trafficintelligence', version=0.2, description='Python modules of the Traffic Intelligence project', author='Nicolas Saunier', author_email='[email protected]', url='https://bitbucket.org/Nicolas/trafficintelligence', packages=['trafficintelligence'] #py_modules = ['moving', 'utils'] #scripts=['helloworld'] )
