-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
60 lines (55 loc) · 1.59 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
[metadata]
name = rockoon
author = Mirantis Inc
author_email = [email protected]
summary = Kubernetes operator to deploy OpenStack-Helm onto KaaS
description_file =
README.md
home_page = https://mirantis.github.io/rockoon/
classifier =
Development Status :: 1 - Alpha
Environment :: Kubernetes
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.10
[options]
python_requires = >= 3.7
setup_requires =
pbr
[files]
packages =
rockoon
[options.packages.find]
where = etc
[entry_points]
console_scripts =
osctl = rockoon.cli.osctl:main
osctl-job-rerun = rockoon.cli.job_rerun:main
osctl-ensure-shared-resources = rockoon.cli.ensure_shared_resources:main
osctl-move-sensitive-data = rockoon.cli.move_secret_fields:main
osctl-convert-credential-secrets = rockoon.cli.convert_credential_secrets:main
osctl-ovs-ovn-migrate = rockoon.cli.ovs_ovn_migration:main
osctl-remove-legacy-finalizer = rockoon.cli.remove_legacy_finalizer:main
wsgi_scripts =
admission_controller = rockoon.admission.wsgi:main
osctl-exporter = rockoon.exporter.exporter:main
[extras]
test =
pytest
pytest-mock
flake8<3.8
black
pytest-cov
pytest-asyncio
pytest-xdist
pytest-html
pytest-dependency
kombu
retry2
parameterized