Skip to content

Commit 4dfc1ee

Browse files
authored
Merge pull request #5392 from ales-erjavec/setup-install-exclude-benchmarks
[FIX] setup.py: Exclude benchmark directory from the install
2 parents 529d89c + 98aff47 commit 4dfc1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def write_version_py(filename='Orange/version.py'):
172172
a.close()
173173

174174

175-
PACKAGES = find_packages()
175+
PACKAGES = find_packages(include=("Orange*",))
176176

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

0 commit comments

Comments
 (0)