forked from biolab/orange3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
31 lines (22 loc) · 879 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
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 *.xls *.pkl *.pkl.gz
recursive-include Orange/canvas *ico *.png *.svg *.ico
recursive-include Orange/canvas/workflows *.ows
recursive-include Orange/widgets *.png *.svg *.js *.css *.html
recursive-include Orange/widgets/tests *.tab
recursive-include Orange/widgets/data/tests *.tab *.txt
recursive-include Orange/widgets/tests/workflows *.ows
recursive-include distribute *.svg *.desktop
include requirements*.txt
recursive-include i18n *.jaml *.yaml
recursive-include doc/visual-programming/build/htmlhelp *
include README.md
include README.pypi
include CONTRIBUTING.md
include CHANGELOG.md
include COPYING
include LICENSE
include setup.py
include setup.cfg
include pyproject.toml