From 5a100ae424a395381007b4ee264d5e12ff661410 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 17 Aug 2024 15:01:40 +0200 Subject: [PATCH] Fix properties in pyproject for poetry --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c51466..0f361a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ description = "Infer models, enrich with meaning for terms including enum permis authors = ["Chris Mungall", "Mark Miller", "Sierra Moxon", "Harshad Hegde"] license = "BSD 3-Clause" readme = "README.md" -requires-python = ">=3.9" keywords = ["schema", "linked data", "data modeling", "rdf", "owl"]