-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
41 lines (40 loc) · 1.27 KB
/
setup.cfg
File metadata and controls
41 lines (40 loc) · 1.27 KB
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
[metadata]
name = balderplugin-junit
description = balderplugin-junit: plugin to generate junit file reports for the balder test framework
author = Max Stahlschmidt and others
long_description = file: README.md
long_description_content_type = text/markdown
url = https://docs.balder.dev
license = MIT
license_files = LICENSE
platforms = unix, linux, osx, cygwin, win32
keywords = test, systemtest, reusable, scenario, junit, balder
classifiers =
License :: OSI Approved :: MIT License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries
Topic :: Software Development :: Testing
Topic :: Utilities
project_urls =
Source=https://github.com/balder-dev/balderplugin-junit
Tracker=https://github.com/balder-dev/balderplugin-junit/issues
[options]
packages =
balderplugin.junit
install_requires =
baldertest>=0.1.0b7
junit-xml>=1.9
python_requires = >=3.9
package_dir =
=src
setup_requires =
setuptools
setuptools-scm>=6.0
zip_safe = no