From cf31fb5aa626d3fd1acd6e25da26e6dd750fe4ae Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Wed, 22 May 2024 21:05:20 +0100 Subject: [PATCH] *** pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index adf4c0f..fe11366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,9 @@ [project] name = "dom-tokenizers" -version = "0.0.10" +version = "0.0.11" authors = [{ name = "Gary Benson", email = "gary@gbenson.net" }] description = "DOM-aware tokenization for 🤗 Hugging Face language models" readme = "README.md" -license = { text = "Apache Software License" } requires-python = ">=3.10" # match..case classifiers = [ "Development Status :: 4 - Beta",