aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 24c205dbf254660ee30d40e0671bdc3f5ba7ce50 (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
global-include *.pxd.in

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

include awlsim/gui/icons/pic2py
include awlsimhw_linuxcnc/awlsim.hal
include awlsimhw_pyprofibus.conf
include COPYING.txt
include COMPATIBILITY.md
include COMPATIBILITY.html
include QUICK-START.md
include QUICK-START.html
include README.md
include README.html
include setup_cython.py
include TODO.md
include TODO.html
include win-standalone-build.cmd

prune ./build
prune build

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