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 '
This commit is contained in:
Dylan M. Taylor 2022-02-12 12:58:41 -05:00 committed by GitHub
parent 1df17eb987
commit c3310d01b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
import setuptools # type: ignore import setuptools # type: ignore
setuptools.setup() setuptools.setup(package_data={'archinstall': ['locales/*','locales/*/*','locales/*/*/*']}, include_package_data=True)