summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-09-20 15:46:39 -0400
committerWill Woods <wwoods@redhat.com>2009-09-20 15:46:39 -0400
commitb159fd2979e832146ab9b784e98c2d454c06ea56 (patch)
treef2344c488bfd83603f5e40b3926b95806e462e6b
parent57156fe1c49d2d5af917efd7b594fcb37305bad1 (diff)
downloadisrawhidebroken-b159fd2979e832146ab9b784e98c2d454c06ea56.tar.gz
israwhidebroken-b159fd2979e832146ab9b784e98c2d454c06ea56.tar.xz
israwhidebroken-b159fd2979e832146ab9b784e98c2d454c06ea56.zip
Update release data
-rw-r--r--israwhidebroken/release.py7
-rw-r--r--setup.py8
2 files changed, 9 insertions, 6 deletions
diff --git a/israwhidebroken/release.py b/israwhidebroken/release.py
index d9dc06a..13c5b3a 100644
--- a/israwhidebroken/release.py
+++ b/israwhidebroken/release.py
@@ -2,8 +2,11 @@
version = "0.1"
-# description = "Your plan to rule the world"
-# long_description = "More description about your plan"
+description = "A simple web dashboard for Fedora Rawhide autoqa results."
+long_description = """A simple web dashboard to collect and displays the
+results of Fedora's Rawhide Acceptance Test Plan. Accepts automated result
+submission (authenticated against FAS, using JSON RPC) and allows manual
+submission of results (for non-automated tests)."""
author = "Will Woods"
email = "wwoods@redhat.com"
copyright = "Copyright (c) 2009 Red Hat, Inc."
diff --git a/setup.py b/setup.py
index b19eb59..a6771bb 100644
--- a/setup.py
+++ b/setup.py
@@ -18,12 +18,12 @@ setup(
name="israwhidebroken",
version=version,
# uncomment the following lines if you fill them out in release.py
- #description=description,
- #author=author,
- #author_email=email,
+ description=description,
+ author=author,
+ author_email=email,
#url=url,
#download_url=download_url,
- #license=license,
+ license=license,
install_requires=[
"TurboGears >= 1.0.8",