chore: update setup conf

This commit is contained in:
zweien 2021-07-16 11:09:35 +08:00
parent 6f1882e0b0
commit ed6cf15b71
1 changed files with 7 additions and 1 deletions

View File

@ -31,8 +31,14 @@ setuptools.setup(
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "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", "Operating System :: OS Independent",
"Environment :: Console",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
], ],
python_requires=">=3.6", python_requires=">=3.6",
install_requires=load_requirements(), install_requires=load_requirements(),