deb-python-automaton/setup.cfg
Davanum Srinivas b57b0ee352 docs - Set pbr 'warnerrors' option for doc build
By setting this pbr option in setup.cfg, the doc build will fail in case
of any warnings or errors occur during the build process.

Change-Id: Ic3a4b0a641a92e9fabde2a871eed478ba99a25e1
2015-09-24 21:46:09 -04:00

45 lines
893 B
INI

[metadata]
name = automaton
summary = Friendly state machines for python.
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
description-file =
README.rst
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Topic :: Software Development :: Libraries
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
automaton
[nosetests]
cover-erase = true
verbosity = 2
[pbr]
warnerrors = True
[wheel]
universal = 1
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html