Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 23, 2023
1 parent 0033b6b commit a88b546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ def get_version():

setup(
name='mycroft-classic-listener',
packages=["mycroft_classic_listener"],
version=get_version(),
license='Apache-2.0',
url='https://github.com/OpenVoiceOS/mycroft-classic-listener',
description='ovos-core listener daemon client',
include_package_data=True,
package_data={"": package_files('mycroft_classic_listener/res')},
package_data={"": package_files('mycroft_classic_listener')},
install_requires=required('requirements.txt'),
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit a88b546

Please sign in to comment.