Skip to content

Commit c9a594f

Browse files
authored
Merge pull request #2 from shadchin/patch-1
Fix license
2 parents d34c4dc + 8a97093 commit c9a594f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ def find_version(*file_paths):
3131
author="Peter Bengtsson",
3232
author_email="[email protected]",
3333
url="http://github.com/peterbe/premailer",
34-
license="Python",
34+
license="BSD-3-Clause",
3535
classifiers=[
3636
"Development Status :: 5 - Production/Stable",
3737
"Environment :: Other Environment",
3838
"Environment :: Web Environment",
3939
"Intended Audience :: Developers",
40-
"License :: OSI Approved :: Python Software Foundation License",
40+
"License :: OSI Approved :: BSD License",
4141
"Operating System :: OS Independent",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)