-
Notifications
You must be signed in to change notification settings - Fork 54
/
MANIFEST.in
40 lines (40 loc) · 1.58 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
include MANIFEST.in
include LICENSE
include LICENSE.MIT
include LICENSE.GPL
include LICENSE.LGPL
include changelog.txt
include qtconffile
include README.rst
include build-cxfreeze.py
include build-deb.sh
include build-pyinstaller.py
include version.py
include copyright
include requirements.txt
recursive-include doc *.py *.rst *.html *.ico *.png *.jpg
recursive-include doc/man *.1
recursive-include icons *.icns *.ico *_256x256.png
recursive-include src/PyMca5/EPDL97 *.DAT
include src/PyMca5/EPDL97/LICENSE
recursive-include src/PyMca5/PyMca *.py
recursive-include src/PyMca5/PyMcaCore *.py
recursive-include src/PyMca5/PyMcaData *.dict *.dat *.cfg *.png *.mat *.html *.pdf *.xml *.gif *.wmz *.mso *.DICT *.TXT *.lib *.mca *.spe
recursive-include src/PyMca5/PyMcaGraph *.py *.pyx *.pxd *.c *.h
recursive-include src/PyMca5/PyMcaGui *.py
recursive-include src/PyMca5/PyMcaIO *.py *.c *.h *.in
include src/PyMca5/PyMcaIO/sps/LICENSE
recursive-include src/PyMca5/PyMcaMath *.py *.c *.cl
include src/PyMca5/PyMcaMath/mva/py_nnma/LICENSE
include src/PyMca5/PyMcaMath/mva/py_nnma/README
include src/PyMca5/PyMcaMath/mva/_cython_kmeans/kmeans.pyx
include src/PyMca5/PyMcaMath/mva/_cython_kmeans/default/kmeans.c
include src/PyMca5/PyMcaMath/PyMcaSciPy/signal/LICENSE.txt
recursive-include src/PyMca5/PyMcaMisc *.py
recursive-include src/PyMca5/PyMcaPhysics *.py
recursive-include src/PyMca5/PyMcaPhysics/xas *.pyx *.pxd *.c *.h
recursive-include src/PyMca5/PyMcaPlugins *.py
recursive-include src/PyMca5/scripts *
recursive-include src/PyMca5/tests *.py
recursive-include scripts *.py *.bat
recursive-include package *