From c3310d01b76c4adc7194cd9300bf0a12595a355f Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Sat, 12 Feb 2022 12:58:41 -0500 Subject: Modify setuptools configuration to fix development ISOs (#969) * Testing modifying setup.py to see if it fixes development ISOs * Update setup.py * Try this workaround * This is ugly and I hate it, but it seems to work. * Drop extra ' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68a125d1..639e4434 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ import setuptools # type: ignore -setuptools.setup() +setuptools.setup(package_data={'archinstall': ['locales/*','locales/*/*','locales/*/*/*']}, include_package_data=True) -- cgit v1.2.3-70-g09d2