-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
81 lines (77 loc) · 2.36 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[metadata]
name = opera
url = https://github.com/xlab-si/xopera-opera
project_urls =
Documentation = https://xlab-si.github.io/xopera-docs/
Source Code = https://github.com/xlab-si/xopera-opera
Bug Tracker = https://github.com/xlab-si/xopera-opera/issues
Discussions = https://github.com/xlab-si/xopera-opera/discussions
Releases = https://github.com/xlab-si/xopera-opera/releases
Pre-releases = https://test.pypi.org/project/opera/#history
Examples = https://github.com/xlab-si/xopera-examples
CI = https://github.com/xlab-si/xopera-opera/actions
Coverage = https://codeclimate.com/github/xlab-si/xopera-opera
author = XLAB d.o.o.
author_email = [email protected]
maintainer = xOpera team
maintainer_email = [email protected]
license_file = LICENSE
description = Lightweight TOSCA orchestrator
long_description = file: README.md
long_description_content_type = text/markdown
keywords = orchestration
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Science/Research
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
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
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
Framework :: Ansible
[options]
package_dir =
= src
packages = find_namespace:
zip_safe = True
include_package_data = True
setup_requires =
setuptools_scm >= 6.4.2
install_requires =
ansible-core >= 2.13.4
pyyaml <= 5.4.1
shtab >= 1.5.5
opera-tosca-parser >= 0.2.2
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
opera = opera.cli:main
[options.extras_require]
ansible =
ansible >= 5.9.0
openstack =
openstacksdk >= 0.99.0
tests =
wheel == 0.38.1
bandit == 1.7.4
docutils == 0.18.1
flake8 == 4.0.1
flake8-import-order == 0.18.1
mypy == 0.812
pydocstyle == 6.1.1
pylint == 2.13.4
pytest == 7.1.3
pytest-cov == 3.0.0
selinux == 0.2.1