aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 9d9b1fc25297475d1aa153fb807ee20451772190 (plain)
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
global-include *.pxd.in
global-include *.pyx.in
global-include no_cython

graft awlsim/gui/icons/icon-images
graft debian
graft doc
graft examples
graft libs
graft maintenance
graft misc
graft pilc
graft progs
graft submodules
graft tests

include COMPATIBILITY.html
include COMPATIBILITY.md
include COPYING.txt
include DEVELOPMENT.html
include DEVELOPMENT.md
include PILC.html
include PILC.md
include QUICK-START.html
include QUICK-START.md
include README.html
include README.md
include TODO.html
include TODO.md
include awlsim-covreport
include awlsim/gui/icons/pic2py
include awlsimhw_linuxcnc/awlsim.hal
include awlsimhw_pyprofibus.conf

prune ./build
prune build

global-exclude *.pyo *.pyc __pycache__ *$py.class
bues.ch cgit interface