Skip to content

Commit

Permalink
Fix the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Aug 14, 2023
1 parent 66412a2 commit 9fcc3c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
include LICENSE
include README.md

prune tests
exclude tox.ini

exclude *.yaml
exclude *.yml

recursive-include src *.dll
recursive-include src *.exe
recursive-include src *.txt

recursive-exclude src *.zip

prune src/brainreg/bin/nifty_reg/linux_x64
prune src/brainreg/bin/nifty_reg/osX

0 comments on commit 9fcc3c2

Please sign in to comment.