From 234aa9af46c06fe97b1596428c512d859e1983c2 Mon Sep 17 00:00:00 2001 From: Jan-Frederik Schmidt Date: Fri, 17 Jan 2025 14:09:31 +0100 Subject: [PATCH] chore: Add pypi classifiers This fixes unresolvable supported python versions in pypi --- setup.cfg | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 488c655..7d6ba4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,17 @@ long_description = file:README.rst long_description_content_type = text/x-rst license = MIT url = https://github.com/vorausrobotik/vdoc - +classifiers = + Programming Language :: Python + Programming Language :: Python :: 3 + Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 + License :: OSI Approved :: MIT License + Operating System :: MacOS :: MacOS X + Operating System :: POSIX :: Linux + Natural Language :: English [options] python_requires = >=3.11