-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
39 lines (36 loc) · 1005 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
33
34
35
36
37
38
39
[metadata]
name = infinisdk
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
description = Infinidat API SDK
license = BSD
author = Infinidat
author_email = [email protected]
url = https://infinisdk.readthedocs.io/en/latest/
version = 258.0.1
[entry_points]
console_scripts =
infinisdk-cli = infinisdk.entry_point:main_entry_point
[extras]
doc =
alabaster
sphinx
testing = click~=8.0.4
pytest>=4.6.0
astroid>=2.0
pylint>=2.0
isort~=5.0.9
black~=21.8b0
pyforge
waiting
infinisim~=258.0.0
[tool:pytest]
testpaths = infinisdk tests
addopts = -ra -W error::UserWarning -W error::Warning -W ignore::ImportWarning
markers =
required_version: mark a test to run from 'relevant_up_to' or 'relevant_from' system version
only_latest: mark a test which should run only on latest code