We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683753c commit 4e77747Copy full SHA for 4e77747
1 file changed
MANIFEST.in
@@ -1,22 +1,27 @@
1
+include *.py
2
include *.txt
3
+include *.rst
4
include tdl/*.bmp
5
include tdl/*.png
6
include tdl/*.txt
-include tdl/VERSION
7
+include tdl/*.c
8
+include tdl/*.h
9
+include tdl/include/*.h
10
+exclude tdl/_*.c
11
include tdl/lib/*.txt
12
include tdl/lib/linux*/*.so
13
include tdl/lib/win32/*.dll
-include tdl/lib/darwin/*
-include tdl/lib/darwin/SDL.framework/Versions/A/SDL
14
+include tdl/lib/win32/*.lib
15
+include tdl/lib/darwin/*.dylib
16
include fonts/*.png
17
include fonts/*.txt
18
include fonts/*/*.png
19
include fonts/*/*.txt
-include Frameworks/*.framework.tar
-include Frameworks/*.dmg
20
include examples/*.py
21
include docs/*
22
exclude docs/*.bat
23
include ez_setup.py
-exclude build/*
-exclude dist/*
24
+prune build/*
25
+prune dist/*
26
+prune *.egg
27
+prune .eggs
0 commit comments