summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-04-20 23:11:16 -0700
committerMonty Taylor <mordred@inaugust.com>2013-04-27 11:56:07 -0400
commit91e4715c141874e6caeffb4056981efef9c781e1 (patch)
tree2fe33677c82c1d690d76eab793ce9a707e79677a /setup.cfg
parent327dd586856109d557eca3669ba9fbd9387be7fb (diff)
downloadhorizon-91e4715c141874e6caeffb4056981efef9c781e1.tar.gz
Migrate to PBR for build tooling.
pbr is the library-ified version of the code that was in openstack.common.setup and version. It builds on top of d2to1 to provide declarative build configuration. Change-Id: Ic264fa33e17fe5fdc71d8c53412495b069ab74a4
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg35
1 files changed, 34 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 79034b3c6..4409c1f33 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,37 @@
+[metadata]
+name = horizon
+version = 2013.2
+summary = OpenStack Dashboard
+description-file =
+ README.rst
+author = OpenStack
+author-email = openstack-dev@lists.openstack.org
+home-page = http://www.openstack.org/
+classifier =
+ Development Status :: 5 - Production/Stable
+ Environment :: OpenStack
+ Framework :: Django
+ Intended Audience :: Developers
+ Intended Audience :: Information Technology
+ Intended Audience :: System Administrators
+ License :: OSI Approved :: Apache Software License
+ Operating System :: OS Independent
+ Operating System :: POSIX :: Linux
+ Programming Language :: Python
+ Programming Language :: Python :: 2
+ Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 2.6
+ Topic :: Internet :: WWW/HTTP
+
+[global]
+setup-hooks =
+ pbr.hooks.setup_hook
+
+[files]
+packages =
+ horizon
+ openstack_dashboard
+
[build_sphinx]
all_files = 1
build-dir = doc/build
@@ -6,4 +40,3 @@ source-dir = doc/source
[nosetests]
verbosity=2
detailed-errors=1
-