From ed6cf15b71b27ead68d1448c5a7bbc8c595e7c58 Mon Sep 17 00:00:00 2001 From: zweien <278954153@qq.com> Date: Fri, 16 Jul 2021 11:09:35 +0800 Subject: [PATCH] chore: update setup conf --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f98410c..9587816 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,14 @@ setuptools.setup( packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", + "Environment :: Console", + "Intended Audience :: Developers", + "Topic :: Scientific/Engineering :: Artificial Intelligence", ], python_requires=">=3.6", install_requires=load_requirements(),