Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Fix setup.py (addresses #155)
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Jul 19, 2017
1 parent 16f9dcd commit 08dba07
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 @@ -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 08dba07

Please sign in to comment.