Skip to content

Commit

Permalink
Merge pull request #267 from AurelienJaquier/setup-exclude
Browse files Browse the repository at this point in the history
remove tests from modules found by setuptools
  • Loading branch information
AurelienJaquier committed Jan 15, 2024
2 parents 60dbae6 + 5828466 commit 835ddb3
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 @@ -38,7 +38,7 @@
"h5py",
"pyyaml",
],
packages=setuptools.find_packages(exclude=('notebook',)),
packages=setuptools.find_packages(exclude=('notebook','tests',)),
author="BlueBrain Project, EPFL",
author_email="werner.vangeit@epfl.ch",
description="Model Management Python Library (bluepymm)",
Expand Down

0 comments on commit 835ddb3

Please sign in to comment.