From 27a6bbdc72730b402a8380c1a928c8775ff1a2c0 Mon Sep 17 00:00:00 2001 From: Zaihua Ji Date: Mon, 14 Apr 2025 10:51:49 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fcac9e7..4e7337d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,15 +23,6 @@ dependencies = [ "rda_python_common", ] -[tool.setuptools] -include-package-data = true - -[tool.setuptools.packages.find] -where = ["src"] - -[tool.setuptools.package-data] -"rda_python_tmplate" = ["hello_world.usg"] - [project.urls] "Homepage" = "https://github.com/NCAR/rda-python-template"