forked from nteract/papermill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
39 lines (34 loc) · 887 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
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 setup.py
include requirements.txt
include tox_py_installer.sh
recursive-include requirements *.txt
include tox.ini
include pytest.ini
include README.md
include LICENSE
include MANIFEST.in
include *.md
include *.toml
include .bumpversion.cfg
# 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