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

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
python/MANIFEST.in Normal file
View file

@ -0,0 +1,2 @@
include setup.py
recursive-include msgpack *.h *.c *.pyx