diff --git a/setup.py b/setup.py index 849ab830..25f4b0fa 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( package_data={'': ['LICENSE', 'NOTICE']}, include_package_data=True, install_requires=required, - license='ISC', + license=open("LICENSE").read( classifiers=( 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',