File: MANIFEST.in

package info (click to toggle)
python-testbook 0.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: python: 1,045; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 618 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
recursive-include testbook *.py
recursive-include testbook *.ipynb
recursive-include testbook *.json
recursive-include testbook *.yaml
recursive-include testbook *.keep
recursive-include testbook *.txt

include setup.py
include requirements*.txt
include tox.ini
include pytest.ini
include README.md
include LICENSE
include MANIFEST.in
include *.md
include *.toml
include *.yml

include .bumpversion.cfg

# Documentation
graft docs
# exclude build files
prune docs/_build
# exclude sample notebooks for binder
prune binder
# Test env
prune .tox
# Build files
prune azure-pipelines.yml
# Exclude examples
prune examples