forked from RedHatInsights/bonfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (46 loc) · 1.11 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
[metadata]
name = crc-bonfire
author = Brandon Squizzato
author_email = [email protected]
description = A CLI tool used to deploy ephemeral environments for testing cloud.redhat.com applications
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://www.github.com/RedHatInsights/bonfire
classifiers =
Topic :: Utilities
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
entry_points = file:entry_points.txt
install_requires =
cached_property
chardet<4.0,>=2.0
multidict
click>=7.1.2
gql==3.0.0a6
PyYAML
requests
sh
wait-for
tabulate
python-dotenv
ocviapy>=1.0.1
app-common-python>=0.1.6
junitparser
setup_requires = setuptools_scm
python_requires = >=3.6
include_package_data = True
packages = find:
[options.extras_require]
test =
flake8
mock
pytest
pytest-mock
[flake8]
max-line-length = 100