Skip to content

Commit

Permalink
Replace ISC license reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorn committed Oct 10, 2015
1 parent 9c83ca3 commit 5e33c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
'pyinstapaper'},
include_package_data=True,
install_requires=requirements,
license="ISCL",
license="MIT",
zip_safe=False,
keywords='pyinstapaper',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: ISC License (ISCL)',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
Expand Down

0 comments on commit 5e33c7b

Please sign in to comment.