-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMANIFEST.in
64 lines (57 loc) · 1.96 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# the generic stuff
include README
include ChangeLog
include COPYING
include TODO
include BUGS
include setup.py
# the base classes
include pyvisi/*.py
# the renderer modules
include pyvisi/renderers/vtk/*.py
include pyvisi/renderers/gnuplot/*.py
# these are the examples to include so far
include examples/arrowPlot.py
include examples/arrowPlot2D.py
include examples/arrowPlot3D.py
include examples/ballPlot.py
include examples/contourPlot.py
include examples/contourPlotMovie.py
include examples/ellipsoidPlot.py
include examples/isosurfacePlot.py
include examples/meshPlot.py
include examples/multiCurveLinePlot.py
include examples/offsetLinePlot.py
include examples/offsetPlot.py
include examples/randomLinePlot.py
include examples/seismicOffsetPlot1.py
#include examples/seismicOffsetPlot2.py
#include examples/seismicOffsetPlot3.py
include examples/simpleLinePlot.py
include examples/simpleLinePlotMovie.py
include examples/singleArrayLinePlot.py
include examples/surfaceAndContourPlot.py
include examples/surfacePlot.py
include examples/scatterPlot.py
include examples/scatterPlot3D.py
# escript examples
include examples/escript_scalarData1D.py
include examples/escript_scalarData2D.py
include examples/escript_scalarData3D.py
include examples/escript_threeByThreeTensorData1D.py
include examples/escript_threeByThreeTensorData2D.py
include examples/escript_threeByThreeTensorData3D.py
include examples/escript_threeDVectorData1D.py
include examples/escript_threeDVectorData2D.py
include examples/escript_threeDVectorData3D.py
include examples/escript_twoByTwoTensorData1D.py
include examples/escript_twoByTwoTensorData2D.py
include examples/escript_twoByTwoTensorData3D.py
include examples/escript_twoDVectorData1D.py
include examples/escript_twoDVectorData2D.py
include examples/escript_twoDVectorData3D.py
# these are the data files supporting the examples
include examples/waves.dat
#include examples/waves1d.dat
# the pdf version of the documentation
include doc/manual/pyvisi_doc.pdf