From 51d2357119d61275ebe38f8efc56016b0c801b47 Mon Sep 17 00:00:00 2001 From: Moritz Thiele Date: Tue, 16 Sep 2025 11:24:00 +0200 Subject: [PATCH] Include csv in germanmodification --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84cdd3f..ae6c1f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,4 +23,5 @@ requires = ["setuptools >= 77.0.3"] build-backend = "setuptools.build_meta" [tool.setuptools.package-data] -"pycomorb.common" = ["*.csv"] \ No newline at end of file +"pycomorb.common" = ["*.csv"] +"pycomorb.germanmodification" = ["*.csv"]