From 89c232e3afe8613fdb0f7dce63048f9b8b5e6a06 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 28 May 2021 15:20:28 +0200 Subject: [PATCH] py: update crate metadata --- instant-segment-py/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 14e4eae..64bd755 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -1,10 +1,15 @@ [package] name = "instant-segment-py" -version = "0.1.1" +version = "0.1.2" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0" workspace = ".." +description = "Fast English word segmentation" +homepage = "https://github.com/InstantDomainSearch/instant-segment" +repository = "https://github.com/InstantDomainSearch/instant-segment" +documentation = "https://docs.rs/instant-segment" +readme = "../README.md" [lib] name = "instant_segment"