forked from dreamhost/httplib2-ca_certs_locater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
26 lines (24 loc) · 855 Bytes
/
setup.cfg
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
[metadata]
name = httplib2.ca_certs_locater
summary = Plug in to httplib2 to tell it to use the certificate authority file from the base OS instead of the one in the httplib2 package
description-file =
README.rst
author = New Dream Network, LLC (DreamHost)
author-email = dev-community@dreamhost.com
home-page = https://github.com/dreamhost/httplib2-ca_certs_locater
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Topic :: System :: Monitoring
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
modules =
ca_certs_locater