-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
28 lines (28 loc) · 1.19 KB
/
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
include README COPYING license.txt
include install_locally.py
include requirements.txt
include optional-requirements.txt
include jupyter_notebooks/START_HERE.ipynb
include jupyter_notebooks/FAQ.ipynb
include jupyter_notebooks/Tutorials/*.ipynb
include jupyter_notebooks/Tutorials/algorithms/*.ipynb
include jupyter_notebooks/Tutorials/objects/*.ipynb
include jupyter_notebooks/Tutorials/reporting/*.ipynb
include jupyter_notebooks/Tutorials/other/*.ipynb
include jupyter_notebooks/Tutorials/algorithms/advanced/*.ipynb
include jupyter_notebooks/Tutorials/objects/advanced/*.ipynb
include jupyter_notebooks/Tutorials/reporting/advanced/*.ipynb
include jupyter_notebooks/Tutorials/other/advanced/*.ipynb
include jupyter_notebooks/Examples/*.ipynb
include juptyer_notebooks/Tutorials/tutorial_files/.placeholder
include jupyter_notebooks/Examples/example_files/.git_placeholder
include scripts/update2v0.9.7.py
include test/runTests.py
include test/travisTests.py
include test/__init__.py
include test/output/.placeholder
include test/test_packages/*/*.py
include test/test_packages/extras/*.py
include test/test_packages/cmp_chk_files/*
include test/test_packages/temp_test_files/.placeholder
recursive-include doc/html *