summaryrefslogtreecommitdiff
path: root/setup.py
blob: e8989b7d6ccc2b804c827a7fbbd0e8698297ea65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from distutils.core import setup

setup(
    name='gatortests',
    version='0.1.20120504',
    packages=[''],
    url='',
    license='GPL-3',
    author='David Stubbs',
    author_email='david.stubbs2@arm.com ',
    description='Gator tests'
)