Fix to use MANIEFST.in.

This commit is contained in:
Naoki INADA
2009-11-05 14:24:47 +09:00
parent d39c016e1d
commit 4758d9f04b
2 changed files with 2 additions and 9 deletions
-9
View File
@@ -1,9 +0,0 @@
setup.py
msgpack/pack.h
msgpack/unpack.h
msgpack/_msgpack.pyx
msgpack/__init__.py
msgpack/pack_define.h
msgpack/pack_template.h
msgpack/unpack_define.h
msgpack/unpack_template.h
+2
View File
@@ -0,0 +1,2 @@
include setup.py
recursive-include msgpack *.h *.c *.pyx