From 0c8135d0992c4bd77b2f795fdc1bb0ed366f227f Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 5 Oct 2025 07:56:05 +0300 Subject: [PATCH] PEP639 formatting --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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',