forked from rafaduran/python-mcollective
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (29 loc) · 837 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
29
30
[metadata]
name = python-mcollective
version = 0.0.1.dev5
author = Rafael Durán Castañeda
author-email = rafadurancastaneda@gmail.com
summary = Python bindings for MCollective
description-file = README.rst
license = BSD
home-page = https://github.com/rafaduran/python-mcollective
classifier =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Topic :: System :: Systems Administration
keywords =
MCollective
[files]
packages =
pymco
pymco.connector
pymco.security
pymco.serializers
pymco.test