File: setup.cfg

package info (click to toggle)
python-ldappool 3.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 180 kB
  • sloc: python: 701; makefile: 91
file content (29 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (3)
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
[metadata]
name = ldappool
summary = A simple connector pool for python-ldap.
description-file =
    README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://opendev.org/openstack/ldappool
python-requires = >=3.6
classifier =
    Intended Audience :: Developers
    License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
    Operating System :: POSIX :: Linux
    Programming Language :: Python
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7

[files]
packages =
    ldappool

[pbr]
autodoc_tree_index_modules = True
autodoc_tree_excludes =
  setup.py
  ldappool/tests/