add keysyms to the packages list

This commit is contained in:
Lukas Michel 2022-03-01 10:04:06 +01:00 committed by Peter F. Patel-Schneider
parent 27752778ab
commit ce7dcf8326
2 changed files with 1 additions and 1 deletions

0
lib/keysyms/__init__.py Normal file
View File

View File

@ -67,7 +67,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
'psutil (>= 5.4.3)', 'psutil (>= 5.4.3)',
], ],
package_dir={'': 'lib'}, package_dir={'': 'lib'},
packages=['hidapi', 'logitech_receiver', 'solaar', 'solaar.ui', 'solaar.cli'], packages=['keysyms', 'hidapi', 'logitech_receiver', 'solaar', 'solaar.ui', 'solaar.cli'],
data_files=list(_data_files()), data_files=list(_data_files()),
scripts=_glob('bin/*'), scripts=_glob('bin/*'),
) )