summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2012-06-11 17:21:32 +0300
committerFathi Boudra <fabo@debian.org>2012-06-11 17:21:32 +0300
commit8e20aadc9c9f8e98dd456b1b74df637c07c67586 (patch)
tree1c40c385b0a1bf7d671305ec816ec4c062df3d54
parent71bbcb87de4f5e5cb86fb65dfdd6cf0363377af5 (diff)
Imported Upstream version 0.1.20120611upstream/0.1.20120611upstream
-rw-r--r--PKG-INFO2
-rwxr-xr-xgatortests (renamed from gatortests.py)0
-rw-r--r--setup.py5
3 files changed, 4 insertions, 3 deletions
diff --git a/PKG-INFO b/PKG-INFO
index cdfffad..e7500b2 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gatortests
-Version: 0.1.20120608
+Version: 0.1.20120611
Summary: Gator tests
Home-page: http://git.linaro.org/gitweb?p=qa/gatortests.git
Author: David Stubbs
diff --git a/gatortests.py b/gatortests
index 9940111..9940111 100755
--- a/gatortests.py
+++ b/gatortests
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']
)