Skip to content

Commit

Permalink
setup: Add Orange.canvas.report package to PACKAGES list
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Dec 4, 2015
1 parent 33a9b70 commit 077ddc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def configuration(parent_package='', top_path=None):
"Orange.canvas.scheme",
"Orange.canvas.styles",
"Orange.canvas.utils",
"Orange.canvas.report",
"Orange.classification",
"Orange.clustering",
"Orange.data",
Expand Down Expand Up @@ -199,6 +200,7 @@ def configuration(parent_package='', top_path=None):
"Orange.canvas": ["icons/*.png", "icons/*.svg"],
"Orange.canvas.styles": ["*.qss", "orange/*.svg"],
"Orange.canvas.application.tutorials": ["*.ows"],
"Orange.canvas.report": ["icons/*.svg", "*.html"],
"Orange.widgets": ["icons/*.png", "icons/*.svg"],
"Orange.widgets.data": ["icons/*.svg", "icons/paintdata/*.png", "icons/paintdata/*.svg"],
"Orange.widgets.visualize": ["icons/*.svg"],
Expand Down

0 comments on commit 077ddc1

Please sign in to comment.