From d497825aa5f1f561a7914d75c8adfbec1be99ec1 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 29 Mar 2026 20:06:40 +0200 Subject: [PATCH] fix(setup.py): Fix license deprecation Signed-off-by: Martin --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d94d598..4ff6ede 100644 --- a/setup.py +++ b/setup.py @@ -49,13 +49,12 @@ def find_package_modules(self, package, package_dir): download_url = "https://pypi.python.org/pypi/ws4py", packages = ['ws4py', 'ws4py.client', 'ws4py.server'], platforms = ["any"], - license = 'BSD', + license = 'BSD-3-Clause', long_description = "WebSocket client and server library for Python 2 and 3 as well as PyPy", classifiers=[ 'Development Status :: 5 - Production/Stable', 'Framework :: CherryPy', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2',