forked from vispy/vispy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
34 lines (28 loc) · 848 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
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 *