Skip to content

Commit

Permalink
2021.1.11a5
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 27, 2021
1 parent 684ba0d commit 8e3c1d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
recursive-include mycroft/client/speech/recognizer/model *
include requirements/requirements.txt
include mycroft/configuration/*.conf
recursive-include mycroft/res *
recursive-include mycroft/res/snd *
recursive-include mycroft/res/text/* *
11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@

setup(
name='mycroft-lib',
version="2021.1.11a3",
version="2021.1.11a5",
license='Apache-2.0',
author='Mycroft A.I.',
author_email='[email protected]',
url='https://github.com/MycroftAI/mycroft-core',
description='Mycroft Core',
url='https://github.com/HelloChatterbox/mycroft-lib',
description='Mycroft packaged as a library',
install_requires=["requests",
"pyee",
"lingua-franca>=0.3.1",
Expand Down Expand Up @@ -66,6 +64,5 @@

},
packages=find_packages(include=['mycroft*']),
include_package_data=True,

include_package_data=True
)

0 comments on commit 8e3c1d8

Please sign in to comment.