From 71425b93f66781609fc771a69c65a7cc1723f638 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 16 Jan 2023 21:56:07 -0700 Subject: [PATCH] Package deep enough into the data tree to get all the files that are there --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94a2af53..19e416b2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( python_requires='>=3.7', include_package_data=True, # See: https://github.com/pypa/setuptools/issues/1806 - package_data={'': ['data/*', 'data/*/*', 'data/*/*/*']}, + package_data={'': ['data/*', 'data/*/*', 'data/*/*/*', 'data/*/*/*/*', 'data/*/*/*/*/*']}, classifiers=[ "Programming Language :: Python :: 3.8", "Operating System :: OS Independent",