From 2028a073c4423854586a11a67658305af4a6ac33 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Sat, 18 May 2024 16:04:08 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6c681d9..6e2fef1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,11 +2,22 @@ license_file = LICENSE classifiers = Development Status :: 3 - Alpha + Environment :: Console Intended Audience :: System Administrators + Intended Audience :: Developers + License :: OSI Approved License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) + Natural Language :: English Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 3 + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Topic :: Software Development :: Libraries + Topic :: Software Development :: Libraries :: Python Modules + Topic :: System :: Systems Administration + Topic :: Utilities [options] python_requires = >=3.11 [options.entry_points]