aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a93890ed7d5b91d3dd143a13a173f53a81500999 (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
29
30
31
32
33
[metadata]
name = jjb-linaro
author = Linaro
author_email = systems@linaro.org
summary = Linaro-specific extensions for Jenkins Job Builder
description-file = README.rst
license = Apache License, Version 2.0
home-page = http://ci.openstack.org/jjb.html
classifier =
    Topic :: Utilities
    Environment :: Console
    Intended Audience :: Developers
    Intended Audience :: Information Technology
    Intended Audience :: System Administrators
    License :: OSI Approved :: Apache Software License
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: 2
    Programming Language :: Python :: 2.6
    Programming Language :: Python :: 2.7
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.3

[files]
packages =
    jenkins_jobs_linaro

[pbr]
warnerrors = True

[entry_points]
jenkins_jobs.builders =
    linaro-publish-token=jenkins_jobs_linaro.modules.linaro:linaro_pub_token