Skip to content

Commit

Permalink
Merge pull request #63 from neutrinoceros/pre-commit
Browse files Browse the repository at this point in the history
MNT: exclude *.yaml files in MANIFEST.in
  • Loading branch information
neutrinoceros authored Dec 16, 2023
2 parents 7021083 + a1bc1f8 commit 86998ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ recursive-include cmasher data/*
recursive-exclude cmasher/colormaps *
recursive-include cmasher/colormaps cm_*

exclude docs joss_paper .github
exclude docs joss_paper .git*
recursive-exclude docs *
recursive-exclude joss_paper *
recursive-exclude .github *
exclude *.yml
exclude *.yml *.yaml

recursive-exclude * __pycache__
recursive-exclude * *.py[co]

0 comments on commit 86998ee

Please sign in to comment.