File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ recursive-include Orange/canvas/application/workflows *.ows
99
1010recursive-include Orange/widgets *.png *.svg *.js *.css *.html
1111recursive-include Orange/widgets/tests *.tab
12- recursive-include Orange/widgets/data/tests *.tab
12+ recursive-include Orange/widgets/data/tests *.tab *.txt
1313recursive-include Orange/widgets/tests/workflows *.ows
1414
1515recursive-include distribute *.svg *.desktop
Original file line number Diff line number Diff line change @@ -199,7 +199,8 @@ def configuration(parent_package='', top_path=None):
199199 "icons/paintdata/*.png" ,
200200 "icons/paintdata/*.svg" ],
201201 "Orange.widgets.data.tests" : ["origin1/*.tab" ,
202- "origin2/*.tab" ],
202+ "origin2/*.tab" ,
203+ "*.txt" ],
203204 "Orange.widgets.evaluate" : ["icons/*.svg" ],
204205 "Orange.widgets.model" : ["icons/*.svg" ],
205206 "Orange.widgets.visualize" : ["icons/*.svg" ],
You can’t perform that action at this time.
0 commit comments