summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTomas Sedovic <tsedovic@redhat.com>2013-08-26 15:59:31 +0200
committerTomas Sedovic <tsedovic@redhat.com>2013-08-27 13:53:38 +0200
commit82cd363bf55b70ea9435736eb9890b351cae2f87 (patch)
tree4d8cbee49aaa3abcadcdd101875ce65d066c7665 /setup.cfg
parent433eb2d4d9bfab71783961a42d15b7d53b6bb86b (diff)
downloadtuskar-ui-82cd363bf55b70ea9435736eb9890b351cae2f87.tar.gz
Fix Tox
We can now run the tests using the `tox` command without needing to have the Horizon source checked out alongside (the horizon package is a test dependency). All tests except for Django 1.4 are currently passing. Change-Id: Id835e14868225a7bc13ff25bc666547a85d085e5 Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 4409c1f3..ac5bdd97 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[metadata]
-name = horizon
+name = tuskar_ui
version = 2013.2
-summary = OpenStack Dashboard
+summary = Tuskar Management Dashboard
description-file =
README.rst
author = OpenStack
@@ -29,8 +29,7 @@ setup-hooks =
[files]
packages =
- horizon
- openstack_dashboard
+ tuskar_ui
[build_sphinx]
all_files = 1