Skip to content

Commit

Permalink
Merge pull request #169 from polm/master
Browse files Browse the repository at this point in the history
Fix setup.py (addresses #155)
  • Loading branch information
josegonzalez committed Jul 19, 2017
2 parents 16f9dcd + 08dba07 commit db823ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def open_file(fname):
packages=['fuzzywuzzy'],
extras_require={'speedup': ['python-levenshtein>=0.12']},
url='https://github.com/seatgeek/fuzzywuzzy',
license=open('LICENSE.txt').read(),
license="GPL",
classifiers=[
'Intended Audience :: Developers',
'Programming Language :: Python',
Expand Down

0 comments on commit db823ed

Please sign in to comment.