fix classifiers for pypi

This commit is contained in:
iclementine 2020-12-20 14:21:36 +08:00
parent 51f2753c15
commit eb5b43691f
1 changed files with 3 additions and 2 deletions

View File

@ -78,8 +78,9 @@ setup_info = dict(
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Scientific/Engineering :: Artificial Intelligence'
'License :: OSI Approved :: Apache2 License',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
], )