seatgeek / fuzzywuzzy

Fuzzy String Matching in Python
http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/
GNU General Public License v2.0
9.23k stars 875 forks source link

Add license to trove classifiers. #257

Closed dmptrluke closed 4 years ago

dmptrluke commented 4 years ago

Some tools fetch the license of a module from that modules classifiers list. This PR adds a line for that.

This is a standard classifier: https://pypi.org/classifiers/

garetht commented 4 years ago

Thanks!