aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: a74011b80f9b7b742ace65fc1fe4e473a13d3e71 (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
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 progs
graft submodules
graft tests

include COMPATIBILITY.html
include COMPATIBILITY.md
include COPYING.txt
include DEVELOPMENT.html
include DEVELOPMENT.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-server.service
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