-
Notifications
You must be signed in to change notification settings - Fork 46
/
setup.cfg
53 lines (46 loc) · 1.18 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
[metadata]
name = galaxy_importer
author = Red Hat, Inc.
author_email = [email protected]
license = Apache-2.0
url = https://github.com/ansible/galaxy-importer
description = Galaxy content importer
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
packages = find:
install_requires =
ansible-core
ansible-builder>=1.2.0,<4.0
ansible-lint>=6.2.2,<=24.9.0
attrs>=21.4.0,<23
nh3>=0.2.18,<3 # replaces bleach
flake8>=5.0.0,<7
markdown>=3.3.4,<4
pyyaml>=5.4.1,<7
requests>=2.28.0,<3
semantic-version>=2.9.0,<3
[options.extras_require]
dev =
black>=21.7b0
GitPython>=3.1.20
pyfakefs>=4.4.0,<5
pytest>=7.0.0,<8
pytest-cov>=3.0.0,<5
pytest_mock>=3.8.0,<4
towncrier
ruff
[options.package_data]
galaxy_importer =
utils/spdx_licenses.json
ansible_test/job_template.yaml
ansible_test/container/Dockerfile
ansible_test/container/entrypoint.sh
ansible_test/container/eda/tox.ini
[coverage:report]
fail_under = 95.50
precision = 2