diff --git a/LICENSE b/LICENSE index d565a550..bd83f8e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,5 @@ +ISC License + Copyright (c) 2016, Joshua Bronson Permission to use, copy, modify, and/or distribute this software for any diff --git a/setup.py b/setup.py index 478dde5b..f6bbb8c2 100644 --- a/setup.py +++ b/setup.py @@ -39,14 +39,14 @@ long_description=long_description, keywords='dict, dictionary, mapping, bidirectional, bijection, bijective, injective, two-way, 2-way, double, inverse, reverse', url='https://github.com/jab/bidict', - license='ISCL', + license='ISC', packages=['bidict'], package_data=dict(bidict=['VERSION']), zip_safe=True, classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', - 'License :: OSI Approved :: ISC License (ISCL)', + 'License :: OSI Approved :: ISC License', 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.7',