From 55491be28904de3718313b16e9224fdd6d13e323 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 28 Sep 2025 18:44:41 +0300 Subject: [PATCH] PEP639 formatting Update license metadata specification --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 44c9d63..8c378c4 100644 --- a/setup.py +++ b/setup.py @@ -48,11 +48,13 @@ def test_something(): url='https://github.com/assertpy/assertpy', download_url='https://github.com/assertpy/assertpy/archive/%s.tar.gz' % assertpy.__version__, keywords=['test', 'testing', 'assert', 'assertion', 'assertthat', 'assert_that', 'nose', 'nosetests', 'pytest', 'unittest'], - license='BSD', + license='BSD-3-Clause', + license-files=[ + 'LICENSE' + ], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python',