Skip to content

Commit

Permalink
setup.py: Add widget/data/tests/*.tab files to package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Dec 17, 2019
1 parent 90ba015 commit 202b294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def configuration(parent_package='', top_path=None):
"icons/paintdata/*.svg"],
"Orange.widgets.data.tests": ["origin1/*.tab",
"origin2/*.tab",
"*.txt"],
"*.txt", "*.tab"],
"Orange.widgets.evaluate": ["icons/*.svg"],
"Orange.widgets.model": ["icons/*.svg"],
"Orange.widgets.visualize": ["icons/*.svg"],
Expand Down

0 comments on commit 202b294

Please sign in to comment.