Skip to content

Commit ce0f700

Browse files
committed
Clean up manifest file.
Mostly removing the `.c*` wildcards since those are grabbing way too much.
1 parent 3542ae4 commit ce0f700

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

MANIFEST.in

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
prune examples
2-
prune fonts
3-
prune libtcod
4-
prune tests
5-
61
include *.py *.cfg *.txt *.rst
72

8-
recursive-include tdl *.py *.png *.txt *.md *.rst
9-
10-
recursive-include tcod *.py *.c* *.h
3+
recursive-include tcod *.py *.c *.h
114

12-
recursive-include libtcod/src *.c* *.h* *.glsl*
5+
recursive-include libtcod/src *.glsl* *.c *.h *.cpp *.hpp
136
include libtcod/*.txt libtcod/*.md
147

15-
recursive-include dependencies/fake_libc_include *.h
16-
178
exclude tcod/*/SDL2.dll

0 commit comments

Comments
 (0)