summaryrefslogtreecommitdiff
path: root/setup.py
blob: 0935849177a6aa08609c321d3f715a2271310b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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']
)