Skip to content

Commit

Permalink
Merge pull request #17 from PrimozGodec/fix-wheel
Browse files Browse the repository at this point in the history
Fix wheel to include icons and documentation
  • Loading branch information
PrimozGodec committed Mar 3, 2021
2 parents 1f32cc5 + 7807785 commit efe11c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -30,7 +30,7 @@
PACKAGES = find_packages()

PACKAGE_DATA = {
"orangecontrib.example.widgets": ["icons/*"],
"orangecontrib.explain.widgets": ["icons/*"],
}

DATA_FILES = [
Expand Down Expand Up @@ -90,7 +90,7 @@ def include_documentation(local_dir, install_dir):


if __name__ == "__main__":
include_documentation("doc/_build/htmlhelp", "help/orange3-example")
include_documentation("doc/_build/htmlhelp", "help/orange3-explain")
setup(
author=AUTHOR,
author_email=AUTHOR_EMAIL,
Expand Down

0 comments on commit efe11c7

Please sign in to comment.