Skip to content

Commit

Permalink
setup.py: Exclude benchmark directory from the install
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Apr 12, 2021
1 parent 8d2429e commit 3037422
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 @@ -172,7 +172,7 @@ def write_version_py(filename='Orange/version.py'):
a.close()


PACKAGES = find_packages()
PACKAGES = find_packages(include=("Orange.*",))

# Extra non .py, .{so,pyd} files that are installed within the package dir
# hierarchy
Expand Down

0 comments on commit 3037422

Please sign in to comment.