from distutils.core import setup setup( name='gatortests', version='0.1.20120611', packages=[''], url='http://git.linaro.org/gitweb?p=qa/gatortests.git', license='GPL-3', author='David Stubbs', author_email='david.stubbs2@arm.com', description='Gator tests', scripts=['gatortests'] )