summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 16d4997..0935849 100644
--- a/setup.py
+++ b/setup.py
@@ -2,11 +2,12 @@ from distutils.core import setup
setup(
name='gatortests',
- version='0.1.20120608',
+ 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'
+ description='Gator tests',
+ scripts=['gatortests']
)