update setup about classifiers

pull/2520/head
gaotingquan 2022-11-22 06:51:54 +00:00 committed by Tingquan Gao
parent 79273e531d
commit 5c96d74d65
1 changed files with 8 additions and 9 deletions

View File

@ -50,14 +50,13 @@ setup(
'swin-transformer', 'image-retrieval-system' 'swin-transformer', 'image-retrieval-system'
], ],
classifiers=[ classifiers=[
'Intended Audience :: Developers', 'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Natural Language :: Chinese (Simplified)', 'Intended Audience :: Developers',
'Programming Language :: Python :: 3', 'Intended Audience :: Education',
'Programming Language :: Python :: 3.2', 'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3.3', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.7', 'Topic :: Utilities'
], ) ], )