Skip to content

Commit

Permalink
Merge pull request #148 from MycroftAI/bugfix/packaging-files
Browse files Browse the repository at this point in the history
explicitly add files to source dist package
  • Loading branch information
krisgesling authored Nov 4, 2020
2 parents c80714f + a81f0d6 commit ebfe39f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include LICENSE
include readme.md
include requirements.txt
recursive-include lingua_franca/res *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def required(requirements_file):

setup(
name='lingua_franca',
version='0.3.0',
version='0.3.1',
packages=['test', 'lingua_franca', 'lingua_franca.lang'],
url='https://github.com/MycroftAI/lingua-franca',
license='Apache2.0',
Expand Down

0 comments on commit ebfe39f

Please sign in to comment.