Skip to content

Commit

Permalink
Provide slightly better setup.cfg metadata
Browse files Browse the repository at this point in the history
This avoids setuptools warnings in the CI logs about missing metadata
  • Loading branch information
dirkmueller committed Jul 27, 2023
1 parent 535d423 commit 10f10f1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions setup.cfg
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
Expand Down

0 comments on commit 10f10f1

Please sign in to comment.