-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
43 lines (39 loc) · 948 Bytes
/
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
[metadata]
name = testbench2robotframework
author = imbus AG
author_email = support@imbus.de
version = attr: testbench2robotframework.__version__
description = Robot Framework Code Generator from Keyword-Driven Tests in imbus TestBench 3.0 and newer
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache 2.0 License
url = https://github.com/imbus/testbench2robotframework
platforms = any
[options]
zip_safe = False
packages = find:
python_requires = >= 3.8
install_requires =
robotframework >= 5.0
[options.entry_points]
console_scripts =
tb2robot = testbench2robotframework.__main__:run
testbench2robotframework = testbench2robotframework.__main__:run
[options.extras_require]
dev =
black
flake8
pylint
mypy
pytest
pytest-cov
pytest-spec
check-manifest
twine
wheel
setuptools
ruff
pip-tools
[options.packages.find]
exclude =
tests