-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathsetup.cfg
58 lines (49 loc) · 1.14 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
51
52
53
54
55
56
57
58
[metadata]
name = cs
version = 3.3.1
url = https://github.com/ngine-io/cs
author = Bruno Renié
description = A simple yet powerful CloudStack API client for Python and the command-line.
long_description = file: README.rst
license = BSD
license_files = LICENSE
classifiers =
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
packages = find:
include_package_data = true
zip_safe = false
install_requires =
pytz
requests
[options.packages.find]
exclude = tests
[options.entry_points]
console_scripts =
cs = cs:main
[options.extras_require]
async =
aiohttp
highlight =
pygments
[aliases]
test = pytest
[wheel]
universal = 1
[tool:pytest]
addopts = --cov=cs --cov-report=term-missing cs tests.py
[check-manifest]
ignore =
tox.ini
tests.py
[isort]
style = pep8