Skip to content

Commit

Permalink
setup.py: Fix license classifier to match license (MIT).
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Aug 14, 2016
1 parent 506007f commit 4712404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'Environment :: Console',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 4712404

Please sign in to comment.