We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166fe2e commit 0c08cefCopy full SHA for 0c08cef
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
setup(
11
name='string_grouper',
12
version='0.5.0',
13
- packages=['string_grouper'],
+ packages=['string_grouper', 'string_grouper_utils'],
14
license='MIT License',
15
description='String grouper contains functions to do string matching using TF-IDF and the cossine similarity. '
16
'Based on https://bergvca.github.io/2017/10/14/super-fast-string-matching.html',
0 commit comments