791ad086ea
Fix lowercase typo in setup.cfg classifier that makes Pypi upload fail with "400 Client Error: classifiers: 'programming Language :: python :: 3.5' is not a valid choice for this field" Change-Id: I6ad2fd32488e2f0abede6829b3131f9ba9bb53bd
33 lines
840 B
INI
33 lines
840 B
INI
[metadata]
|
|
name = congress-dashboard
|
|
summary = Horizon Plugin for Congress
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://github.com/openstack/congress-dashboard
|
|
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.5
|
|
|
|
[files]
|
|
packages =
|
|
congress_dashboard
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
warnerrors = True
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|