comparison setup.py @ 1028:cc5cb04b04b0

major update using the trafficintelligence package name and install through pip
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 15 Jun 2018 11:19:10 -0400
parents
children 0d7e5e290ea3
comparison
equal deleted inserted replaced
1027:6129296848d3 1028:cc5cb04b04b0
1 from setuptools import setup
2
3 setup(
4 name='trafficintelligence',
5 version=0.2,
6 description='Python modules of the Traffic Intelligence project',
7 author='Nicolas Saunier',
8 author_email='nicolas.saunier@polymtl.ca',
9 url='https://bitbucket.org/Nicolas/trafficintelligence',
10 packages=['trafficintelligence']
11 #py_modules = ['moving', 'utils']
12 #scripts=['helloworld']
13 )