We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba882b0 commit 33097bbCopy full SHA for 33097bb
1 file changed
setup.py
@@ -11,4 +11,6 @@
11
packages=['fuzzymatcher'], # The directory to look in for the source code
12
setup_requires=['pandas', 'metaphone'],
13
test_requires=["pylint", "coverage", "codecov"],
14
+ keywords=["matching", "fuzzy", "probabalistic", "recordlinking", "fuzzymatching"],
15
+ download_url = 'https://github.com/RobinL/fuzzymatcher/archive/0.0.1.tar.gz',
16
zip_safe=False)
0 commit comments