-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
50 lines (48 loc) · 1.4 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
author = Ivan Smirnov
author-email = ivan.smirnov@hpe.com
maintainer = Ivan Smirnov
maintainer_email = ivan.smirnov@hpe.com
home-page = https://github.com/HewlettPackard/python-storage-clients
description = python library that allows a simple way to use Rest API services for HPE storage and disk backup devices
long-description = file: README.rst
license_file = LICENSE.txt
keywords =
HPE
REST
StoreOnce
3PAR
Primera
XP7
P9500
Storage array
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
[options]
include_package_data = True
python_requires = >=3.6, <4
install_requires =
requests >= 2.19.1, <3
[flake8]
ignore = D105, W503
max-complexity = 15
max-line-length = 100
exclude = doc/source/conf.py, test
rst-roles =
attr
meth
rst-directives =
versionadded
versionchanged