File: MANIFEST.in

package info (click to toggle)
python-papermill 2.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,220 kB
  • sloc: python: 4,977; makefile: 17; sh: 5
file content (39 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (2)
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