-
Notifications
You must be signed in to change notification settings - Fork 446
Expand file tree
/
Copy pathMANIFEST.in
More file actions
33 lines (29 loc) · 781 Bytes
/
MANIFEST.in
File metadata and controls
33 lines (29 loc) · 781 Bytes
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
recursive-include papermill *.py
recursive-include papermill *.ipynb
recursive-include papermill *.json
recursive-include papermill *.yaml
recursive-include papermill *.yml
recursive-include papermill *.keep
recursive-include papermill *.txt
include requirements.txt
recursive-include requirements *.txt
include README.md
include LICENSE
include MANIFEST.in
include *.md
include *.toml
# Documentation
prune docs
exclude .pre-commit-config.yaml
# exclude sample notebooks for binder
prune binder
# Scripts
graft scripts
# Test env
prune .tox
# Exclude notebooks checkpoints generated by testing
recursive-exclude papermill/.ipynb_checkpoints *.ipynb
recursive-exclude papermill/tests/notebooks/.ipynb_checkpoints *.ipynb
# Build files
exclude .github
exclude .readthedocs.yaml