diff --git a/setup.py b/setup.py index 0a95071..e3b986d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,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.8",