Skip to content

Commit

Permalink
add manifest for package deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMatt committed Jun 17, 2024
1 parent 41a9394 commit 55deb35
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
@@ -0,0 +1,16 @@
graft s2scat
graft tests
graft requirements
graft docs

include .pip_readme.rst
include README.md
include pytest.ini
include LICENCE.txt

exclude .coveragerc
exclude *.log
recursive-exclude docs/_build *
recursive-exclude notebooks *

global-exclude *.py[cod] __pycache__ *.so *.dylib .ipynb_checkpoints/** *~

0 comments on commit 55deb35

Please sign in to comment.