From e917bda5281e5d93781239ef4cc68130b953c19c Mon Sep 17 00:00:00 2001 From: rahenderson Date: Wed, 29 Jan 2025 23:19:52 -0800 Subject: [PATCH] Update pyproject.toml fixed for duplicate repeats in file and wheel build ''' tomllib.TOMLDecodeError: Cannot declare ('project',) twice (at line 110, column 9) --- evaluation/fishfarm/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/evaluation/fishfarm/pyproject.toml b/evaluation/fishfarm/pyproject.toml index 8375b35..e474afa 100644 --- a/evaluation/fishfarm/pyproject.toml +++ b/evaluation/fishfarm/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["setuptools>=61.0", "wheel"] +build-backend = "setuptools.build_meta" + [project] name = "fishfarm" description = ""