We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281beaa commit 42a278cCopy full SHA for 42a278c
setup.py
@@ -73,7 +73,7 @@ def package_files(directory):
73
author_email='jarbasai@mailfence.com',
74
license='Apache-2.0',
75
packages=[IMPORT_NAME],
76
- package_data={'': package_files(PKG_NAME)},
+ package_data={'': package_files(IMPORT_NAME)},
77
include_package_data=True,
78
install_requires=get_requirements("requirements.txt"),
79
keywords='ovos ddg search plugin',
0 commit comments