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:
Eberhard Beilharz 2021-02-05 18:55:17 +01:00
parent 0d382df03c
commit 3e586bc58e
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105

View file

@ -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',