File: MANIFEST.in

package info (click to toggle)
python-vispy 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,112 kB
  • sloc: python: 61,648; javascript: 6,800; ansic: 2,104; makefile: 141; sh: 6
file content (34 lines) | stat: -rw-r--r-- 848 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
32
33
34
# Add documentation to the source tarball but not in the installation

include doc/Makefile doc/.nojekyll doc/conf.py doc/CNAME
include doc/*.rst
recursive-include doc/_static *

recursive-include vispy *.py
recursive-include vispy *.pyx
recursive-include vispy *.glsl
recursive-include vispy *.frag
recursive-include vispy *.vert

include vispy/app/tests/qt-designer.ui
include vispy/io/_data/spatial-filters.npy
include vispy/util/fonts/data/*.ttf
include vispy/version.py

recursive-include examples *.py
recursive-include examples *.ipynb
recursive-include examples *.glsl

include README.rst
include LICENSE.txt
include pyproject.toml
include pytest.ini
include .coveragerc

recursive-exclude codegen *
exclude Makefile
exclude rtd_requirements.txt
exclude stdeb.cfg
exclude .spyderproject
recursive-exclude vispy *.c
recursive-exclude make *