diff --git a/setup.py b/setup.py index dbb8378..8b748d3 100644 --- a/setup.py +++ b/setup.py @@ -45,13 +45,15 @@ def run_tests(self): long_description=long_description, keywords="sysv posix ipc queue", url='https://github.com/seifert/ipcqueue', - license="BSD", + license="BSD-3-Clause", + license-files=[ + "LICENSE", + ], classifiers=[ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', - 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX', 'Development Status :: 4 - Beta', 'Intended Audience :: Developers',