forked from RedHatQE/widgetastic.patternfly4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (33 loc) · 796 Bytes
/
Copy pathsetup.cfg
File metadata and controls
36 lines (33 loc) · 796 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
36
[metadata]
name = widgetastic.patternfly4
description = Patternfly4 widget library for Widgetastic
license = Apache license 2.0
url = https://github.com/RedHatQE/widgetastic.patternfly4
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.6
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
[options]
zip_safe = False
include_package_data = True
package_dir =
=src
packages = find:
setup_requires =
setuptools_scm>=3.0.0
install_requires =
selenium==3.141.0
widgetastic.core>=0.37
[options.packages.find]
where = src
[options.extras_require]
dev =
pre-commit
pytest
pytest-cov
codecov
tox
doc =
sphinx