Skip to content

Commit

Permalink
🐛 修复许可证名称错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchentye committed Aug 1, 2024
1 parent 7a02b5a commit 33fdce0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import setuptools #导入setuptools打包工具

import setuptools
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

Expand All @@ -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',
Expand Down

0 comments on commit 33fdce0

Please sign in to comment.