Merging in changes from branch fix-pybuild

This commit is contained in:
Anton Hvornum 2024-05-13 15:01:44 +02:00
commit 0ecf6233ea
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 5 additions and 5 deletions

View File

@ -48,11 +48,11 @@ include-package-data = true
[tool.setuptools.package-data]
# We could specify locales/languages.json etc instead, but catchall works too.
"archinstall" = [
"archinstall/**/*.py",
"archinstall/**/*.mo",
"archinstall/**/*.po",
"archinstall/**/*.pot",
"archinstall/**/*.json",
"**/*.py",
"**/*.mo",
"**/*.po",
"**/*.pot",
"**/*.json",
]
[tool.setuptools.package-dir]