From e2046913d654b7cf6e7958798dd8debea1fa450d Mon Sep 17 00:00:00 2001 From: "Matthew.Deshotel" Date: Wed, 1 Apr 2026 13:42:25 -0500 Subject: [PATCH] remove ewts from pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cb6ae2a..6ecf0667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ requires = ["setuptools >= 61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] -where = ["NextGen_Forcings_Engine_BMI", "nextgen_forcings_ewts/src", "."] +where = ["NextGen_Forcings_Engine_BMI","."] include = ["NextGen_Forcings_Engine*", "Forcing_Extraction_Scripts*", "ESMF_Mesh_Domain_Configuration_Production*"]