renderspec/setup.cfg
Tony Xu 025de5da81 Change Python classifier and venv
Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
This patch also adds the convenience py35 venv.

Delete Python 3.3 classifier and venv

Change-Id: Iea831469dabca9a3806768a2a518ae6c4d85489f
2016-10-27 09:25:07 +08:00

49 lines
1.1 KiB
INI

[metadata]
name = renderspec
summary = Jinja2 template renderer for generating .spec files
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/renderspec/
classifier =
Environment :: Console
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
Programming Language :: Python :: 3.5
[extras]
bandit =
bandit>=1.1.0 # Apache-2.0
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
renderspec = renderspec:main
[files]
packages =
renderspec
[build_sphinx]
all_files = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1