From 54d730a963fdc2829a3e55b8e3454f95f9374c79 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Fri, 1 Nov 2024 16:51:24 +0000 Subject: [PATCH] Fix typo in pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 269a544..c0e6fe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,8 @@ keywords = [ "natural language processing", "text mining", "biomedical literature", - "semantics, health data", + "semantics", + "health data" ] classifiers = ["Intended Audience :: Science/Research"]