forked from biolab/orange3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
26 lines (19 loc) · 802 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
recursive-include Orange *.pyx *.py *.c *.cpp README* LICENSE
recursive-include Orange/datasets *.tab *.basket *.info *.dst *.metadata
recursive-include Orange/tests *.tab *.basket *.xlsx
recursive-include Orange/canvas *.qss *ico *.png *.svg *.ico *.html
recursive-include Orange/canvas/application/workflows *.ows
recursive-include Orange/widgets *.png *.svg *.js *.css *.html
recursive-include Orange/widgets/tests *.tab
recursive-invlude Orange/widgets/data/tests *.tab
recursive-include Orange/widgets/tests/workflows *.ows
recursive-include Orange/widgets/utils/plot *.fs *.vs *.gs *.obj
recursive-include distribute *.svg *.desktop
include requirements*.txt
include README.md
include CONTRIBUTING.md
include CHANGELOG.md
include COPYING
include LICENSE
include setup.py
include setup.cfg