From 5c96d74d650cb2dd754f70a00d1a1b3231ffd09c Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Tue, 22 Nov 2022 06:51:54 +0000 Subject: [PATCH] update setup about classifiers --- setup.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/setup.py b/setup.py index 3aaea708..6e22f58d 100644 --- a/setup.py +++ b/setup.py @@ -50,14 +50,13 @@ setup( 'swin-transformer', 'image-retrieval-system' ], classifiers=[ - 'Intended Audience :: Developers', + 'Development Status :: 5 - Production/Stable', 'Operating System :: OS Independent', - 'Natural Language :: Chinese (Simplified)', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Topic :: Utilities' + 'Intended Audience :: Developers', + 'Intended Audience :: Education', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: Apache Software License', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], ) -- GitLab