496439b2ad
zun-ui doc/source/conf.py has a custom logic which prepare index files for autodoc, but now pbr and sphinx autodoc have a feature to do it and it is no a good idea to keep the custom logic. UI cookiecutter populates the custom logic and it is an example of the clean up. Change-Id: I6c6eb2f6292bda30a4fa8d4375defd8234463008
34 lines
828 B
INI
34 lines
828 B
INI
[metadata]
|
|
name = zun-ui
|
|
summary = Zun User Interface
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://wiki.openstack.org/wiki/Zun
|
|
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 =
|
|
zun_ui
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
warning-is-error = 1
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
api_doc_dir = contributor/api
|