summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 80dcea4ed84944e572f364d6978c13e17194e4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[metadata]
name = pbr
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Python Build Reasonableness
description-file =
    README.rst
home-page = http://pypi.python.org/pypi/pbr
classifier = 
    Development Status :: 4 - Beta
        Environment :: Console
        Environment :: OpenStack
        Intended Audience :: Developers
        Intended Audience :: Information Technology
        License :: OSI Approved :: Apache Software License
        Operating System :: OS Independent
        Programming Language :: Python

[files]
packages =
    pbr

[global]
setup-hooks =
    pbr.hooks.setup_hook

[pbr]
warnerrors = True