276d2cf9b6
This repo is now testing only with Python 3, so let's make a few cleanups: - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg - Update requirements, no need for python_version anymore - Use newer openstackdocstheme and Sphinx versions - Remove install_command from tox.ini, the default is fine - Remove babel.cfg, it's not needed - move basepython into testenv Change-Id: I4c0e3b9b12c6b46c3b6b6a2f8f96e6996421dd8d
22 lines
625 B
INI
22 lines
625 B
INI
[metadata]
|
|
name = tripleo-puppet-elements
|
|
summary = Puppet building rules for OpenStack images.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
license = Apache License (2.0)
|
|
home-page = https://opendev.org/openstack/tripleo-puppet-elements
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Development Status :: 3 - Alpha
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Other
|
|
Environment :: Console
|
|
|
|
[files]
|
|
data_files =
|
|
share/tripleo-puppet-elements = elements/*
|