from setuptools import setup setup( name='PyTestPavement', version='0.1.0', author='Markus Clauß', author_email='markus.clauss@tu-dresden.de', packages=[ 'pytestpavement', ], #scripts=['bin/script1','bin/script2'], #url='http://pypi.python.org/pypi/PackageName/', #license='LICENSE.txt', description='', #long_description=open('README.txt').read(), install_requires=['lmfit', 'pandas', 'numpy', 'scipy'], )