Merging in changes from branch fix-pybuild
This commit is contained in:
commit
0ecf6233ea
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue