Skip to content

Commit 3037422

Browse files
committed
setup.py: Exclude benchmark directory from the install
1 parent 8d2429e commit 3037422

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)