Skip to content

Commit

Permalink
Merge pull request from ArtyomVancyan/master (GH-4)
Browse files Browse the repository at this point in the history
Satisfy GPL requirements
  • Loading branch information
ArtyomVancyan authored Dec 1, 2022
2 parents d26e46e + e92a008 commit bea1522
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
from .fuzzymap import FuzzyMap

# Copyright (C) 2022 Artyom Vancyan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

__all__ = ('FuzzyMap',)
2 changes: 2 additions & 0 deletions fuzzymap.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2022 Artyom Vancyan
# See full copyright notice at __init__.py
from fuzzywuzzy import fuzz


Expand Down

0 comments on commit bea1522

Please sign in to comment.