Skip to content

Commit d497825

Browse files
authored
fix(setup.py): Fix license deprecation
Signed-off-by: Martin <[email protected]>
1 parent fc3a6af commit d497825

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ def find_package_modules(self, package, package_dir):
4949
download_url = "https://pypi.python.org/pypi/ws4py",
5050
packages = ['ws4py', 'ws4py.client', 'ws4py.server'],
5151
platforms = ["any"],
52-
license = 'BSD',
52+
license = 'BSD-3-Clause',
5353
long_description = "WebSocket client and server library for Python 2 and 3 as well as PyPy",
5454
classifiers=[
5555
'Development Status :: 5 - Production/Stable',
5656
'Framework :: CherryPy',
5757
'Intended Audience :: Developers',
58-
'License :: OSI Approved :: BSD License',
5958
'Operating System :: OS Independent',
6059
'Programming Language :: Python',
6160
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)