ec54d61d45
* Creating doc/source directory * First pass at index.rst * Moving process directory into doc/source * Moving schema directory into doc/source * Added tox job for doc building * Updated tox.ini doc8 job to scan doc/source only Change-Id: Iec39fa40c3d0e0ee317e625e39f789114da40fea
31 lines
795 B
INI
31 lines
795 B
INI
[metadata]
|
|
name = defcore
|
|
summary = OpenStack DefCore Process
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = defcore-committee@lists.openstack.org
|
|
home-page = https://wiki.openstack.org/wiki/Governance/DefCoreCommitee
|
|
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.3
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
#[pbr]
|
|
#warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|