@@ -6,3 +6,4 @@ venv/
build/
dist/
pystrsim.egg-info/
+strsim.egg-info/
@@ -32,7 +32,7 @@ A library implementing different string similarity and distance measures. A doze
From pypi:
```bash
-pip install pystrsim
+pip install strsim
```
or clone this repository:
@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
- name="pystrsim",
+ name="strsim",
version="0.0.1",
description="A library implementing different string similarity and distance measures",
long_description=long_description,
@@ -18,4 +18,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-__name__ = 'pystrsim'
+__name__ = 'strsim'