-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (32 loc) · 838 Bytes
/
Copy pathsetup.cfg
File metadata and controls
35 lines (32 loc) · 838 Bytes
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
[metadata]
name = vp-qe-test-common
version = 0.1.0
description = QE Test Common for Validated Patterns
long_description = file: README.md
long_description_content_type = text/markdown
url = https://validatedpatterns.io
author = Multi Product Quality Engineering
author_email = validatedpatterns-qe@redhat.com
license = GPL-3.0
license_file = LICENSE
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
License :: OSI Approved :: GPLv3 License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
[options]
packages = find:
install_requires =
pytest
pyyaml
openshift
openshift-python-wrapper
python_requires = >=3.6
include_package_data = True
package_dir =
= .
[options.packages.find]
where = .
[options.extras_require]
integration =
interop =