forked from mkorpela/pabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (35 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
[metadata]
name = robotframework-pabot
author = Mikko Korpela
author_email = [email protected]
url = https://pabot.org
download_url = https://pypi.python.org/pypi/robotframework-pabot
project_urls =
Source = https://github.com/mkorpela/pabot
version = attr: pabot.__version__
description = Parallel test runner for Robot Framework
long_description = A parallel executor for Robot Framework tests. With Pabot you can split one execution into multiple and save test execution time.
license = Apache License, Version 2.0
classifiers =
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python :: 3
Topic :: Software Development :: Testing
License :: OSI Approved :: Apache Software License
Development Status :: 5 - Production/Stable
Framework :: Robot Framework
[options]
python_requires = >=3.6
package_dir =
= src
packages=find:
include_package_data = True
install_requires =
robotframework>=3.2
robotframework-stacktrace>=0.4.1
natsort>=8.2.0
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
pabot = pabot.pabot:main