deb-horizon/setup.cfg
David Lyle 85a6f931f7 Removing version line from setup.cfg
This is part of the new release instructions.
http://lists.openstack.org/pipermail/openstack-dev/2015-November/080692.html

Depends-On: I9adf91048acae17d523aab7b92f19d8643a3e19d
Change-Id: Ie4fd1f0396ca936c1c6a7f96190ca834b9a8f6d8
2015-12-03 11:55:21 -07:00

41 lines
965 B
INI

[metadata]
name = horizon
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
Topic :: Internet :: WWW/HTTP
[global]
setup-hooks =
openstack_dashboard.hooks.setup_hook
[files]
packages =
horizon
openstack_dashboard
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[nosetests]
verbosity=2
detailed-errors=1