forked from mckenn0n/OpenGLContext_python3.6_compatable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
44 lines (39 loc) · 1.02 KB
/
MANIFEST.in
File metadata and controls
44 lines (39 loc) · 1.02 KB
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
include MANIFEST.in
include license.txt
include readme.txt
recursive-include tests *.jpg *.bmp *.png *.wrl *.jpeg
exclude tests/axis.wrl
exclude tests/flower.wrl
exclude tests/test.jpg
exclude tests/wrls/logo_installer.bmp
exclude tests/wrls/pyopenglchapel.wrl
include tests/*.py
include tests/*.vert
include tests/*.frag
include tests/resources/*.txt
recursive-include docs *.css *.png *.gif
include docs/*.html
include docs/images/*
include docs/style/*
include OpenGLContext/resources/*.txt
include OpenGLContext/tests/resources/*.txt
include OpenGLContext/loaders/*
include OpenGLContext/browser/*.wrl
include pydoc/*.py
exclude docs/tutorials/*.xhtml
exclude docs/tutorials/*.png
exclude tests/test-results/*.png
exclude tests/test-results/*.html
global-exclude *CVS*
global-exclude *Cvs*
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.pdb
global-exclude *.db
global-exclude *.max
global-exclude *.gz
global-exclude *.bat
global-exclude *.profile
global-exclude *.directory
global-exclude *.cvsignore
global-exclude *.ttf