forked from canonical/charmed-openstack-upgrader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
76 lines (67 loc) · 1.62 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
[metadata]
name = charmed-openstack-upgrader
# See setup.py version generator
url = https://github.com/canonical/charmed-openstack-upgrader
description = Application for upgrading Canonical Charmed Openstack
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
author = Canonical BootStack DevOps
license = Apache-2.0
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Plugins
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)
Operating System :: OS Independent
Topic :: System :: Installation/Setup
Topic :: Utilities
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
[options]
include_package_data = True
python_requires = >=3.10
packages = find:
install_requires =
oslo.config
juju<3.0
colorama
packaging
aioconsole
halo
[options.extras_require]
lint =
flake8
flake8-docstrings
flake8-colors
pyproject-flake8
pylint
mypy
black
isort
pylint
mypy
types-PyYAML
codespell
unittests =
pytest
pytest-cov
pytest-mock
pytest-asyncio
aiounittest
gevent
functests =
zaza @ git+https://github.com/openstack-charmers/zaza.git#egg=zaza
zaza-openstack @ git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
[options.packages.find]
exclude =
tests
[options.package_data]
* =
*.csv
[options.entry_points]
console_scripts =
cou = cou:main
[aliases]
test = pytest