From 8a970933a3a280818849f45de07b3ae44b0f02c3 Mon Sep 17 00:00:00 2001 From: Alexander Shadchin Date: Fri, 3 Sep 2021 12:09:46 +0300 Subject: [PATCH] Fix license --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 86a6cf4..9bedeed 100644 --- a/setup.py +++ b/setup.py @@ -31,13 +31,13 @@ def find_version(*file_paths): author="Peter Bengtsson", author_email="mail@peterbe.com", url="http://github.com/peterbe/premailer", - license="Python", + license="BSD-3-Clause", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Other Environment", "Environment :: Web Environment", "Intended Audience :: Developers", - "License :: OSI Approved :: Python Software Foundation License", + "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3",