From 00519ff9ee3535a72f1cffcb2788915a549e40e3 Mon Sep 17 00:00:00 2001 From: Thomas Finnie Date: Sat, 3 Aug 2024 14:46:08 +0100 Subject: [PATCH] Unbreak the pyproject file --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6bdde66..c2fa7c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,9 @@ build-backend = "setuptools.build_meta" [project] name = "pygom" -requires-python = ">= 3.9" dynamic = ["version"] +requires-python = ">= 3.9" + dependencies = [ "setuptools>=64", "setuptools_scm>=8", @@ -38,8 +39,6 @@ authors = [ description = "ODE modeling in Python." readme = "README.md" -requires-python = ">=3.8" - classifiers = [ "Programming Language :: Python :: 3",