forked from nteract/bookstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
42 lines (38 loc) · 802 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
40
41
42
recursive-include bookstore *.py
recursive-include bookstore *.ipynb
recursive-include bookstore *.json
recursive-include bookstore *.yaml
recursive-include bookstore *.keep
recursive-include bookstore *.txt
recursive-include ci *.js
recursive-include ci *.py
recursive-include ci *.sh
include setup.py
include requirements*.txt
include tox.ini
include pytest.ini
include mypy.ini
include .coveragerc
include README.md
include LICENSE
include MANIFEST.in
include *.md
include *.toml
include *.example
include *.json
include *.yaml
include *.yml
include bookstore/_version.py
include bookstore/clone.html
# Documentation
graft docs
# exclude build files
prune docs/_build
# Scripts
graft scripts
# Test env
prune .tox
prune .flake8
prune .circleci
prune .readthedocs.yml
prune .precommit-config.yaml