Skip to content

Commit 33097bb

Browse files
committed
ready for pypi
1 parent ba882b0 commit 33097bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
packages=['fuzzymatcher'], # The directory to look in for the source code
1212
setup_requires=['pandas', 'metaphone'],
1313
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',
1416
zip_safe=False)

0 commit comments

Comments
 (0)