ASInstaller/setup.py

4 lines
154 B
Python
Raw Permalink Normal View History

2022-10-31 14:49:48 +08:00
import setuptools # type: ignore
setuptools.setup(package_data={'archinstall': ['locales/*','locales/*/*','locales/*/*/*']}, include_package_data=True)