From e331b62e860a6b8170d9ba2361b714597d078779 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Fri, 20 Dec 2019 16:23:37 -0500 Subject: [PATCH] Fix package license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e596df6..26bf527 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setuptools.setup( url='https://github.com/sprockets/sprockets.mixins.correlation.git', author='AWeber Communications', author_email='api@aweber.com', - license=codecs.open('LICENSE', encoding='utf-8').read(), + license='BSD', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',