zuul-sphinx/setup.cfg
James E. Blair 4eaed1f585 Fix package setup
Sphinx and pbr are run-time requirements of this package.

Remove dep on oslosphinx.

Tell pbr our package name.

Change-Id: Ia23cb2845b4d482888637728ac7712358e5e3629
2017-07-31 14:00:10 -07:00

26 lines
646 B
INI

[metadata]
name = zuul-sphinx
summary = A Sphinx extension for documenting Zuul jobs
description-file =
README.rst
author = OpenStack Infrastructure Team
author-email = openstack-infra@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
[files]
packages =
zuul_sphinx
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build