Fix to use MANIEFST.in.

This commit is contained in:
Naoki INADA 2009-11-05 14:24:47 +09:00
parent 3a0851b949
commit fb7f2ed4ad
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
MANIFEST.in Normal file
View file

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