forked from fossasia/snowboy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problems with pip distribution model and inclusion of resources
- Loading branch information
1 parent
5bb5596
commit d2c64d9
Showing
2 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
recursive-include examples/Python * | ||
recursive-include include * | ||
recursive-include lib * | ||
recursive-include swig/Python * | ||
recursive-include resources * | ||
include README.md | ||
|
||
exclude *.txt | ||
exclude *.pyc | ||
exclude *.pyc | ||
global-exclude .DS_Store _snowboydetect.so | ||
prune resources/alexa | ||
prune lib/ios | ||
prune lib/android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters