diff --git a/setup.py b/setup.py index 2d212a61..550cbea2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'Source': 'https://github.com/pika/pika', }, packages=setuptools.find_packages(include=['pika', 'pika.*']), - license='BSD', + license='BSD-3-Clause', install_requires=requirements, package_data={'': ['LICENSE', 'README.rst']}, extras_require={ @@ -38,7 +38,7 @@ classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)', 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3',