oslosphinx/setup.cfg
ChangBo Guo(gcb) da4cfa3f97 Remove Python 2.6 classifier
We have decided to remove Python 2.6 support, this commit
removes Python 2.6 classifier before dropping any Python
2.6 support in code.

Change-Id: I31d54e5fb1f18e49df42fef2863e70af6b2fdea1
2015-11-17 15:47:24 +08:00

40 lines
879 B
INI

[metadata]
name = oslosphinx
summary = OpenStack Sphinx Extensions and Theme
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
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
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Topic :: Documentation
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
oslosphinx
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1
[pbr]
warnerrors = True