Skip to content

Commit

Permalink
Add manifest to control inclusion into wheel and sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Jul 20, 2023
1 parent 04a42d1 commit 052ab66
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
include *.txt
include README.md
include pyproject.toml

graft xpublish

prune docs
prune tests
prune notebooks
prune *.egg-info

global-exclude *.nc

exclude .pre-commit-config.yaml
exclude *.yml
exclude *.enc
exclude .gitignore
exclude .binder/*
exclude .coveragerc
exclude .readthedocs.yml
exclude **/*.ipynb
exclude **/*.pyc

0 comments on commit 052ab66

Please sign in to comment.