Skip to content

Commit

Permalink
Fix license in package metadata
Browse files Browse the repository at this point in the history
PyPI expects an OSI-specified license--not the full license text
  • Loading branch information
sloria authored and jmcarp committed Aug 2, 2018
1 parent b41a503 commit 170dac6
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 @@ -46,7 +46,7 @@ def read(fname):
package_dir={'nplusone': 'nplusone'},
include_package_data=True,
install_requires=REQUIRES,
license=read('LICENSE'),
license='MIT',
zip_safe=False,
keywords='nplusone',
classifiers=[
Expand Down

0 comments on commit 170dac6

Please sign in to comment.