File: MANIFEST.in

package info (click to toggle)
orange3 3.40.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,912 kB
  • sloc: python: 162,745; ansic: 622; makefile: 322; sh: 93; cpp: 77
file content (31 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (2)
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 *.foo *.xlsx
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