diff --git a/pyproject.toml b/pyproject.toml index 2ea3b9c..abc5800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dom-tokenizers" -version = "0.0.14" +version = "0.0.15" authors = [{ name = "Gary Benson", email = "gary@gbenson.net" }] description = "DOM-aware tokenization for 🤗 Hugging Face language models" readme = "README.md" @@ -17,7 +17,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Internet :: WWW/HTTP", - "Topic :: Software Development :: Libraries", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Text Processing :: Markup :: HTML",