From 8803f5b154294e732ce14262a130a83fccea4242 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Sun, 2 Feb 2025 21:58:11 +0000 Subject: [PATCH] Changed name to fix setuptools deprecation warning --- gprMax.toml => pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename gprMax.toml => pyproject.toml (65%) diff --git a/gprMax.toml b/pyproject.toml similarity index 65% rename from gprMax.toml rename to pyproject.toml index ae219ea9..ac7fe4f4 100644 --- a/gprMax.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ['setuptools', 'wheel', 'numpy>=1.19.0', 'Cython>=0.29.21', +requires = ['setuptools>=64', 'wheel', 'numpy>=1.19.0', 'Cython>=0.29.21', 'jinja2'] build-backend = "setuptools.build_meta"