summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-05-18 23:16:32 +0400
committerMatthieu Pignolet <matthieu@puffer.fish>2025-05-18 23:16:32 +0400
commit3298237e4dc45040b4884d5277a9adbfc6d8ff27 (patch)
treeb18e9173ecc449f326c67d7f237f6df502f72630
parentfdd65e8d2afe259775a55f5c7e1c09494b08204d (diff)
feat: upgrade meta
-rw-r--r--Cargo.toml2
-rw-r--r--README.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e5f2bd4..e28e22a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "kondrak-aline"
version = "0.1.0"
edition = "2024"
-license-file = "LICENSE"
+license = "MIT"
readme = "README.md"
repository = "https://forgejo.puffer.fish/matthieu/aline-rs"
description = "Implementation of Kondrak's ALINE alignment algorithm"
diff --git a/README.md b/README.md
index 19dd73b..13fe831 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
# Aline-rs
-This is a (not quite ready) Aline implementation based on the python nltk implementation \ No newline at end of file
+This is a Aline implementation based on the python nltk implementation.
+