afsmon/setup.cfg
Clark Boylan 4fd41a7033 Update afsmon python testing to modern versions
We run this tool primarily on our mirror-update nodes which are
currently Focal with python3.8. We want to drop the python35 testing so
that we can clean up our Xenial test nodes. Update afsmon's testing to
more closely match the current production environment and potential
future environments while also dropping python35 on Xenial jobs.

Small changes are made to fix a string escapes warning and a use of mock
error when running flake8.

Change-Id: Id509936bf9eb200fc92dcaa06a18c1a79ef13e2c
2024-04-29 14:43:26 -07:00

28 lines
717 B
INI

[metadata]
name = afsmon
summary = Helpers for AFS monitoring in Python
description-file =
README.rst
author = Ian Wienand
author-email = ian@wienand.org
home-page = https://opendev.org/opendev/afsmon
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
afsmon
[entry_points]
console_scripts =
afsmon = afsmon.cmd.main:main