Skip to content

Commit

Permalink
improved MANIFEST for smaller twine packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Oct 1, 2023
1 parent 151592e commit e83981d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MANIFEST.in
Expand Up @@ -5,9 +5,10 @@ include LICENSE.txt
include MILESTONES
include TODO

recursive-include openpiv/docs *
recursive-include openpiv/examples *
recursive-include openpiv/tutorials *
recursive-include openpiv/test *
recursive-exclude openpiv/data *
recursive-exclude openpiv/docs *
recursive-exclude openpiv/test/__pycache__ *
recursive-exclude openpiv/examples/notebooks/.ipynb_checkpoints *

Expand All @@ -21,4 +22,4 @@ recursive-include openpiv *.py
recursive-include openpiv *.pyx
recursive-include openpiv *.rst
recursive-include openpiv *.tif
include cysetuptools.py

2 changes: 2 additions & 0 deletions recipe/meta.yaml
Expand Up @@ -26,6 +26,8 @@ requirements:
- scipy
- natsort
- tqdm
- importlib_resources
- arm_pyart

test:
imports:
Expand Down

0 comments on commit e83981d

Please sign in to comment.