aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..a93890e
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,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