Files
openstack-doc-tools/setup.cfg
Andreas Jaeger 371fd80a7a Version handling
Add new parameter --version
pbr uses version number from git (via tags), so remove our own
version number. Once we tag a version "0.1", this will be the
version number.

Change-Id: Idcf9e4ddeebf637eb36797afd2855d1c657e52ea
2014-01-01 17:33:55 +01:00

41 lines
1.1 KiB
INI

[metadata]
name = openstack-doc-tools
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
bin/markdown-docbook.sh
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