Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4fcf47a

Browse files
penguinpeeanilbey
andauthored
Fix exclusion of examples/ (#467)
Otherwise examples will be installed as a top level module. Co-authored-by: anilbey <[email protected]>
1 parent aff67f8 commit 4fcf47a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@
6464
'arbor': EXTRA_ARBOR,
6565
},
6666
packages=setuptools.find_packages(
67-
exclude=(
68-
'examples',
69-
)),
67+
exclude=['examples*'],
68+
),
7069
author="BlueBrain Project, EPFL",
7170
author_email="[email protected]",
7271
description="Bluebrain Python Optimisation Library (bluepyopt)",

0 commit comments

Comments
 (0)