-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathMANIFEST.in
39 lines (32 loc) · 859 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
graft docs
graft src
graft ci
graft tests
prune notebooks/EGU2020
prune tests/data/*
include .bumpversion.cfg
include .coveragerc
include .cookiecutterrc
include .editorconfig
include LICENSE
include README.md
include CHANGELOG.md
include tox.ini pyproject.toml
global-exclude *.py[cod] __pycache__/* *.so *.dylib
# Suggested from tox
include PyFOX.py
include *.jpg
include *.pdf
include *.png
recursive-include muppet_archiver *.bat
recursive-include muppet_archiver *.py
recursive-include muppet_archiver *.yml
recursive-include notebooks *.html
recursive-include notebooks *.ipynb
recursive-include notebooks *.jpg
# Ignore temp files, os stuff
exclude *.DS_Store
recursive-exclude src/pyfocs *.DS_Store
recursive-exclude tests/data *.DS_Store
recursive-exclude tests/data/.ipynb_checkpoints *.ipynb
exclude tests/data/example_data_notebooks.tar.gz