-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
54 lines (51 loc) · 1.71 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
[metadata]
name = opera-api
url = https://github.com/xlab-si/xopera-api
project_urls =
Documentation = https://xlab-si.github.io/xopera-docs/
Source Code = https://github.com/xlab-si/xopera-api
Bug Tracker = https://github.com/xlab-si/xopera-api/issues
Discussions = https://github.com/xlab-si/xopera-api/discussions
Releases = https://github.com/xlab-si/xopera-api/releases
Pre-releases = https://test.pypi.org/project/opera-api/#history
Examples = https://github.com/xlab-si/xopera-examples
CI = https://github.com/xlab-si/xopera-api/actions/
author = XLAB d.o.o.
author_email = [email protected]
license_file = LICENSE
description = Lightweight API for xOpera orchestrator - single user, single project, single deployment
long_description = file: README.md
long_description_content_type = text/markdown
keywords = orchestration
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: System Administrators
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
[options]
package_dir =
= src
packages = find_namespace:
zip_safe = True
include_package_data = True
setup_requires =
setuptools-scm >= 6.4.2
install_requires =
opera == 0.6.9
connexion[swagger-ui] == 2.13.0
python_dateutil == 2.8.2
tornado == 6.1
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
opera-api = opera.api.cli:main