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",