Fix package license

This commit is contained in:
Andrew Rabert 2019-12-20 16:23:37 -05:00
parent d25c08d3ca
commit e331b62e86

View file

@ -33,7 +33,7 @@ setuptools.setup(
url='https://github.com/sprockets/sprockets.mixins.correlation.git', url='https://github.com/sprockets/sprockets.mixins.correlation.git',
author='AWeber Communications', author='AWeber Communications',
author_email='api@aweber.com', author_email='api@aweber.com',
license=codecs.open('LICENSE', encoding='utf-8').read(), license='BSD',
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers', 'Intended Audience :: Developers',