governance/setup.cfg
Andreas Jaeger 7931f9818d Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Use newer openstackdocstheme and Sphinx versions for Python3
- Cleanup */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine
- Move python3 to testenv in tox.ini
- Switch to hacking 3, fix problems found.

Change-Id: I26fcab3b288b5ed64c74f7a6725b43036f195d44
2020-04-17 17:33:47 +02:00

21 lines
415 B
INI

[metadata]
name = openstack-governance
version = 2014.1
summary = OpenStack Governance Documents
description-file =
README.rst
author = OpenStack TC
author-email = openstack-tc@lists.openstack.org
home-page = http://www.openstack.org/
[files]
packages =
openstack_governance
[flake8]
ignore = E501,E226,H405
[entry_points]
console_scripts =
osg-check-schema = openstack_governance._check_schema:main