forked from vasole/pymca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
52 lines (52 loc) · 2.05 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
include MANIFEST.in
include LICENSE
include LICENSE.MIT
include LICENSE.GPL
include LICENSE.LGPL
include changelog.txt
include qtconffile
include cx_setup.py
include py2app_setup.py
include PlatypusScript
include README
recursive-include doc/man *.1
recursive-include icons *.icns *.ico *_256x256.png
recursive-include PyMca5/EPDL97 *.DAT
include PyMca5/EPDL97/LICENSE
recursive-include PyMca5/Object3D/doc *.py
recursive-include PyMca5/Object3D/Object3DQhull *.py *.c *.pyx *.pxd *.pxi
recursive-include PyMca5/Object3D/Object3DCTools *.py *.c *.cpp
recursive-include PyMca5/Object3D/scripts *.py
include PyMca5/Object3D/LICENSE.LGPL
include PyMca5/Object3D/qtconffile
include PyMca5/Object3D/README.txt
include PyMca5/Object3D/scripts/ob_scene
recursive-include PyMca5/PyMca *.py
recursive-include PyMca5/PyMcaCore *.py
recursive-include PyMca5/PyMcaData *.dict *.dat *.cfg *.png *.mat *.html *.pdf *.xml *.gif *.wmz *.mso *.DICT *.TXT *.lib *.mca
recursive-include PyMca5/PyMcaGraph *.py *.pyx *.pxd *.c *.h
recursive-include PyMca5/PyMcaGui *.py
recursive-include PyMca5/PyMcaIO *.py *.c *.h *.in
include PyMca5/PyMcaIO/sps/LICENSE
recursive-include PyMca5/PyMcaMath *.py *.c *.cl
include PyMca5/PyMcaMath/mva/py_nnma/LICENSE
include PyMca5/PyMcaMath/mva/py_nnma/README
include PyMca5/PyMcaMath/PyMcaSciPy/signal/LICENSE.txt
recursive-include PyMca5/PyMcaMisc *.py
recursive-include PyMca5/PyMcaPhysics *.py
recursive-include PyMca5/PyMcaPhysics/xas *.pyx *.pxd *.c *.h
recursive-include PyMca5/PyMcaPlugins *.py
recursive-include PyMca5/scripts *
recursive-include PyMca5/tests *.py
recursive-include third-party/qhull *.c *.h *.txt
recursive-include third-party/khronos_headers *.h
include third-party/fisx/changelog.txt
include third-party/fisx/LICENSE
include third-party/fisx/MANIFEST.in
include third-party/fisx/README.rst
include third-party/fisx/setup.py
include third-party/fisx/TODO
recursive-include third-party/fisx/fisx_data *.dat
recursive-include third-party/fisx/python *.py *.pyx *.pxd *.cpp
recursive-include third-party/fisx/src *.h *.cpp
recursive-include scripts *.py *.bat