forked from vispy/vispy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
42 lines (36 loc) · 1.03 KB
/
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
35
36
37
38
39
40
41
42
# 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/ext *
recursive-include doc/_static *
recursive-include doc/_templates *
recursive-include vispy/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 vispy.json
include pyproject.toml
include pytest.ini
include .coveragerc
exclude codegen
recursive-exclude codegen *
exclude Makefile
exclude appveyor.yml
exclude azure-pipelines.yml
exclude rtd_requirements.txt
exclude stdeb.cfg
exclude .spyderproject
recursive-exclude vispy *.c
recursive-exclude js *
recursive-exclude make *