diff --git a/setup.py b/setup.py index cec34da..7d6505a 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ -import setuptools #导入setuptools打包工具 - +import setuptools with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() @@ -18,7 +17,7 @@ packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: BSD 3-Clause License", + "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", ], python_requires='>=3.6',