forked from SUSE/BCI-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
27 lines (25 loc) · 912 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
[metadata]
name = bci-tester
description = Test tooling to functionally test the BCI containers
long_description = file: README.rst
url = https://github.com/SUSE/BCI-tests
license = Apache-2.0
license_file = LICENSE
maintainer = SUSE, LLC
maintainer_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache-2.0 License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = bci_tester
include_package_data = True