forked from openstack/python-dracclient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
28 lines (26 loc) · 782 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
27
28
[metadata]
name = python-dracclient
summary = Library for managing machines with Dell iDRAC cards
description-file = README.rst
maintainer = Imre Farkas
maintainer_email = [email protected]
home-page = https://launchpad.net/python-dracclient
license = Apache-2
classifier =
Development Status :: 3 - Alpha
Environment :: OpenStack
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =
dracclient
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source