c8305bec51
OpenStack projects are no longer being tested under Python 2.6, so remove the trove classifier implying that this project supports 2.6. Change-Id: I5b5ef42bdcea1d21beb5b5c7eecc01d61c571a89
42 lines
926 B
INI
42 lines
926 B
INI
[metadata]
|
|
name = tacker-horizon
|
|
version = 2015.1
|
|
summary = Tacker extension for Horizon
|
|
description-file =
|
|
README.md
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://github.com/stackforge/tacker-horizon
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
|
|
|
|
[files]
|
|
packages =
|
|
tacker_horizon
|
|
namespace_packages =
|
|
tacker_horizon
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[nosetests]
|
|
where = test
|
|
verbosity = 2
|
|
detailed-errors = 1
|
|
cover-package = tacker_horizon
|