mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Fix to use MANIEFST.in.
This commit is contained in:
parent
3a0851b949
commit
fb7f2ed4ad
2 changed files with 2 additions and 9 deletions
9
MANIFEST
9
MANIFEST
|
|
@ -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
2
MANIFEST.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
include setup.py
|
||||
recursive-include msgpack *.h *.c *.pyx
|
||||
Loading…
Add table
Add a link
Reference in a new issue