-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
26 lines (24 loc) · 811 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 = cradox
author = Mehdi Abaakouk
author_email = [email protected]
home-page = https://github.com/sileht/pycradox
summary = Python libraries for the Ceph librados library with use cython instead of ctypes
description-file = README.rst
classifiers =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[global]
setup-hooks =
pbr.hooks.setup_hook
setup.setup_hook
[pbr]
warnerrors = True