Skip to content

Commit

Permalink
remove examples from package distribution (#175)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
anilbey authored May 2, 2024
1 parent 54a7174 commit 3dc9665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
recursive-include bluecellulab/hoc *.hoc
recursive-include bluecellulab/cell/ballstick *.asc *.hoc
recursive-exclude examples *
recursive-exclude tests *

0 comments on commit 3dc9665

Please sign in to comment.