python-jenkins/setup.cfg
Marc Abramowitz 129fd8ca3c Use pbr, pep8 checks & fixes, add "doc" tox target
Change-Id: I1f01e4e5407a8216c7c867c143d15db2037e16d6
2014-07-02 14:12:31 -07:00

29 lines
675 B
INI

[metadata]
name = python-jenkins
author = Ken Conley
author_email = kwc@willowgarage.com
maintainer = OpenStack
maintainer_email = openstack@lists.launchpad.net
description = Python bindings for the remote Jenkins API
license = BSD
home-page = http://git.openstack.org/cgit/stackforge/python-jenkins
classifiers =
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
[files]
packages =
jenkins
[pbr]
warnerrors = True
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source