From aca595b2f3e663435fae782a848aa40e6277c6c0 Mon Sep 17 00:00:00 2001 From: "T.Tian" Date: Wed, 4 Dec 2024 23:11:17 +0800 Subject: [PATCH] revert to include all in psp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 413a6b4..0ffb56e 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ "test": test_requires, "doc": test_requires + doc_requires, }, - package_data={"sparc": ["psp/*.psp8", "sparc_json_api/*.json"]}, + package_data={"sparc": ["psp/*", "sparc_json_api/*.json"]}, include_package_data=True, )