From 79c1c93ca342bb04468ebe859766db080142bad9 Mon Sep 17 00:00:00 2001 From: Jakub Kaczmarzyk Date: Tue, 25 Jul 2023 20:35:58 -0400 Subject: [PATCH] fix classifier for Medical Science Apps. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 286303d..ff901a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Image Recognition", - "Topic :: Scientific/Engineering :: Medical Science Apps" + "Topic :: Scientific/Engineering :: Medical Science Apps." ] dependencies = [ "click>=8.0,<9,!=8.1.4,!=8.1.5",