From 5ba7fec0fe21505b962ee34f3cb1a07d9ff86bcf Mon Sep 17 00:00:00 2001 From: nucccc Date: Thu, 9 May 2024 20:35:14 +0200 Subject: [PATCH] added classifiers --- setup.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdf872a..fd67ae0 100644 --- a/setup.py +++ b/setup.py @@ -16,4 +16,18 @@ install_requires=[ 'pydantic >= 2.4.2', 'coverage >= 7.3.2' - ]) \ No newline at end of file + ], + classifiers=[ + 'Intended Audience :: Developers' + 'License :: OSI Approved :: MIT License', + 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', + 'Topic :: Software Development :: Code Generators' + ] +) \ No newline at end of file