File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66build /
77dist /
88pystrsim.egg-info /
9+ strsim.egg-info /
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ A library implementing different string similarity and distance measures. A doze
3232From pypi:
3333
3434``` bash
35- pip install pystrsim
35+ pip install strsim
3636```
3737
3838or clone this repository:
Original file line number Diff line number Diff line change 44 long_description = fh .read ()
55
66setuptools .setup (
7- name = "pystrsim " ,
7+ name = "strsim " ,
88 version = "0.0.1" ,
99 description = "A library implementing different string similarity and distance measures" ,
1010 long_description = long_description ,
Original file line number Diff line number Diff line change 1818# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919# SOFTWARE.
2020
21- __name__ = 'pystrsim '
21+ __name__ = 'strsim '
You can’t perform that action at this time.
0 commit comments