Skip to content

Commit

Permalink
Add *.txt pattern to MANIFEST.in and setup.py for widgets/data/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Jun 14, 2019
1 parent d3e838c commit d7b53ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ recursive-include Orange/canvas/application/workflows *.ows

recursive-include Orange/widgets *.png *.svg *.js *.css *.html
recursive-include Orange/widgets/tests *.tab
recursive-include Orange/widgets/data/tests *.tab
recursive-include Orange/widgets/data/tests *.tab *.txt
recursive-include Orange/widgets/tests/workflows *.ows

recursive-include distribute *.svg *.desktop
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ def configuration(parent_package='', top_path=None):
"icons/paintdata/*.png",
"icons/paintdata/*.svg"],
"Orange.widgets.data.tests": ["origin1/*.tab",
"origin2/*.tab"],
"origin2/*.tab",
"*.txt"],
"Orange.widgets.evaluate": ["icons/*.svg"],
"Orange.widgets.model": ["icons/*.svg"],
"Orange.widgets.visualize": ["icons/*.svg"],
Expand Down

0 comments on commit d7b53ce

Please sign in to comment.