From 3dc9665a0dda4c864a5363e549f3590ad3d2edea Mon Sep 17 00:00:00 2001 From: anilbey Date: Thu, 2 May 2024 16:50:52 +0200 Subject: [PATCH] remove examples from package distribution (#175) * remove examples from package distribution * exclude tests from the binary distribution * correct the tool.setuptools.packages.find usage * update pyproject.toml * remove tests from sdist --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index d77e6d4b..77636ff2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ recursive-include bluecellulab/hoc *.hoc recursive-include bluecellulab/cell/ballstick *.asc *.hoc +recursive-exclude examples * +recursive-exclude tests *