-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide slightly better setup.cfg metadata
This avoids setuptools warnings in the CI logs about missing metadata
- Loading branch information
1 parent
535d423
commit 10f10f1
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
[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 | ||
|