mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-22 08:17:40 +00:00
fix(linux): Fix packaging
Tell the Python build that we have a new module in a subdirectory. Part of the improvements for #3399.
This commit is contained in:
parent
0d382df03c
commit
3e586bc58e
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ setup(
|
|||
name="keyman_config",
|
||||
version=__version__,
|
||||
packages=find_packages(),
|
||||
py_modules=['keyman_config.standards.lang_tags_map'],
|
||||
scripts=['km-config', 'km-package-get',
|
||||
'km-package-install', 'km-kvk2ldml',
|
||||
'km-package-uninstall',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue