-
Notifications
You must be signed in to change notification settings - Fork 29
/
setup.cfg
49 lines (46 loc) · 1.09 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 = widgetastic.patternfly
author = Milan Falesnik
author_email = [email protected]
maintainer = RedHatQE
maintainer_email = [email protected]
description= Patternfly widget library for Widgetastic
long_description = file: README.rst
long_description_content_type=text/x-rst
license= Apache license
url= https://github.com/RedHatQE/widgetastic.patternfly
classifiers=
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
[options]
python_requires = >= 3.8
install_requires =
widgetastic.core>=1.0.0
setup_requires = setuptools_scm
package_dir =
=src
packages=find:
[options.packages.find]
where=src
[options.extras_require]
test =
allure-pytest
coveralls
podman
pytest
pytest_httpserver
pytest-cov
pytest-xdist
dev =
podman
pre-commit
pytest
pytest-xdist
pytest_httpserver
pytest-cov
docs =
sphinx