Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Jul 29, 2019
1 parent 0c594e0 commit 127efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,5 +12,5 @@
install_requires=['pandas', 'metaphone', 'python-Levenshtein', 'fuzzywuzzy', 'python-dateutil'],
test_requires=["pylint", "coverage", "codecov"],
keywords=["matching", "fuzzy", "probabalistic", "recordlinking", "fuzzymatching"],
download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.3.tar.gz',
download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.4.tar.gz',
zip_safe=False)

0 comments on commit 127efd4

Please sign in to comment.