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

Commit 0373e39

Browse files
author
Jaquier Aurélien Tristan
committed
Merge branch 'arbor-v0.10' of https://github.com/BlueBrain/BluePyOpt into arbor-v0.10
2 parents 68f315b + 0b06f73 commit 0373e39

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)