05f9428303
This is an overhaul of the complete content to make it a separate python package that can be installed on the jenkins machines as well as on editor's machines. The goal of this patchset is to package everything and get the command "openstack-doc-test" running so that it can be used for gating. This will need further refinement for the other commands. Change-Id: Icc2f1807dd5ab5fb2f83c05d1b3895b3a9a0dbaf
41 lines
1.1 KiB
INI
41 lines
1.1 KiB
INI
[metadata]
|
|
name = openstack-doc-tools
|
|
version = 0.1
|
|
summary = Tools for OpenStack Documentation
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Documentation
|
|
author-email = openstack-doc@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
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 :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
os_doc_tools
|
|
autogenerate-config-docs
|
|
scripts =
|
|
bin/build-ha-guide.sh
|
|
bin/generatedocbook
|
|
bin/generatepot
|
|
data_files =
|
|
usr/share/openstack-doc-tools/sitemap = sitemap/*
|
|
usr/share/openstack-doc-tools/cleanup = cleanup/*
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
openstack-doc-test = os_doc_tools.doctest:main
|
|
openstack-autohelp = autohelp:main
|