Skip to content

Commit

Permalink
Merge pull request #65 from maxbachmann/patch-1
Browse files Browse the repository at this point in the history
update license in setup.py
  • Loading branch information
johnthedebs committed Oct 30, 2023
2 parents 3e239d1 + af6e195 commit 8a05a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
extras_require={'speedup': []},
install_requires=['rapidfuzz>=3.0.0, < 4.0.0'],
url='https://github.com/seatgeek/thefuzz',
license="GPLv2",
license="MIT",
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 8a05a3e

Please sign in to comment.