renderspec/setup.cfg
Sean McGinnis c9a5abaa8e
Drop py27 support
This bumps jobs to the current usurri template and drops compatibility
code for Python 2.7.

Change-Id: Ida03f9cca7d276ed8a449d21c0ba58330916e7d9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-01-12 02:28:31 -06:00

43 lines
967 B
INI

[metadata]
name = renderspec
summary = Jinja2 template renderer for generating .spec files
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/renderspec/latest/
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 :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[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