forked from biolab/orange2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
33 lines (24 loc) · 911 Bytes
/
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
recursive-include Orange/testing *
recursive-include Orange/datasets *
recursive-include Orange/OrangeWidgets *.png *.svg *.gs *.vs *.obj *.html
recursive-include Orange/OrangeCanvas *.png *.svg *.qss *.pyw *.txt *.ows *.ico
recursive-include Orange/orng *.cfg *.c
recursive-include source *.bat *.c *.cpp *.h *.hpp *.mak COPYRIGHT *.py *.txt *.sip *.defs *.cmake Makefile
recursive-exclude source/orangeqt/build *
prune source/orange/px
prune source/orange/ppp
prune source/orangeom/px
prune source/orangene/ppp
prune source/orangene/px
prune source/orangene/ppp
exclude source/orangeom/lib_vectors.cpp
exclude source/orangene/lib_vectors.cpp
recursive-include docs *.rst *.py *.png *.gif *.css *.txt *.tab *.basket *.arff *.csv *.res Makefile
prune docs/build
graft docs/sphinx-ext
graft distribute
include COPYING
include LICENSES
include setup-site.cfg
include setup.py
include distribute_setup.py