-
Notifications
You must be signed in to change notification settings - Fork 21
/
setup.cfg
39 lines (36 loc) · 1.02 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
[metadata]
name = RoboMachine
author = Mikko Korpela
author_email = [email protected]
url = https://github.com/mkorpela/RoboMachine
download_url = https://pypi.org/project/RoboMachine/
project_urls =
Source = https://github.com/mkorpela/RoboMachine
version = attr: robomachine.__version__
description = Test data generator for Robot Framework
long_description = file: README.md
long_description_content_type = text/markdown
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
Framework :: Robot Framework
[options]
python_requires = >=3.6
package_dir =
= src
packages=find:
include_package_data = True
install_requires =
robotframework>=3.2
pyparsing==2.4.7
argparse
allpairspy
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
robomachine = robomachine.runner:main