From eb5b43691fc64b711849a39d1569731c56028a66 Mon Sep 17 00:00:00 2001 From: iclementine Date: Sun, 20 Dec 2020 14:21:36 +0800 Subject: [PATCH] fix classifiers for pypi --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f5b6670..b21c8df 100644 --- a/setup.py +++ b/setup.py @@ -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', ], )