-
Notifications
You must be signed in to change notification settings - Fork 20
/
MANIFEST.in
40 lines (36 loc) · 860 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
include MANIFEST.in
include *.md
include *.txt
include *.sh
# Files to build the documentation
include doc/*.md
include doc/*.pws
include doc/*.py
include doc/*.rst
include doc/*.txt
include doc/_static/*
include doc/_templates/*
include doc/extra/*
# Files to run the examples
include examples/*.ipynb
include examples/*.mat
include examples/*.md
include examples/*.py
include examples/dsin.txt
include examples/load-csv*
include examples/matplotlibrc
include examples/ChuaCircuit/*.md
include examples/ChuaCircuit/*.py
include examples/ChuaCircuit/*/*.mat
include examples/PID/*.md
include examples/PID/*.py
include examples/PID/*/*.mat
include examples/PID/*/dsin.txt
# Test scripts and data files
include tests/*.mat
include tests/*.md
include tests/*.py
include tests/*.txt
# For version labeling
include versioneer.py
include modelicares/_version.py