From e975dcfc31504fb8aed9ce197ea975479db00d19 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Sat, 7 Feb 2026 19:07:38 +0100 Subject: [PATCH] Install package data --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7ad5b26abc..6aaae6796f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,12 @@ extras = [ "Twitter" = "https://twitter.com/MetPy" "MetPy Mondays" = "https://www.youtube.com/playlist?list=PLQut5OXpV-0ir4IdllSt1iEZKTwFBa7kO" +[tool.setuptools.package-data] +metpy = ["*.txt"] +"metpy.plots._static" = ["*.png"] +"metpy.plots.colortable_files" = ["*.tbl"] +"metpy.plots.nexrad_tables" = ["*.tbl"] + [tool.codespell] skip = "*.tbl,*.ipynb,AUTHORS.txt,gempak.rst,.git,./staticdata,./docs/build,*.pdf,./talks,./tests/remote/fixtures" exclude-file = ".codespellexclude"