-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
32 lines (30 loc) · 880 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
31
32
[metadata]
name = pyscaleio
author = Mikhail Ushanov
author-email = [email protected]
summary = ScaleIO/VxFlex API client
description-file = README.rst
home-page = https://github.com/gmmephisto/pyscaleio
license = Apache Software License 2.0
classifier =
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
keywords =
emc
scaleio
vxflex
[files]
packages =
pyscaleio
[wheel]
universal = 1