From 583b86500e3b4bff05e5ca514341c3f6e7ad37fa Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 13 May 2024 14:59:50 +0200 Subject: [PATCH] Undoing change to 'package-data' --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bfc184da..0e7e8e1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,11 +48,11 @@ include-package-data = true [tool.setuptools.package-data] # We could specify locales/languages.json etc instead, but catchall works too. "archinstall" = [ - "archinstall/**/*.py", - "archinstall/**/*.mo", - "archinstall/**/*.po", - "archinstall/**/*.pot", - "archinstall/**/*.json", + "**/*.py", + "**/*.mo", + "**/*.po", + "**/*.pot", + "**/*.json", ] [tool.setuptools.package-dir]