msgpack-python/MANIFEST.in

6 lines
119 B
Text
Raw Permalink Normal View History

2009-11-05 14:24:47 +09:00
include setup.py
2010-04-29 07:08:41 +09:00
include COPYING
2019-12-12 18:25:38 +09:00
include README.md
2025-10-09 13:00:46 +09:00
recursive-include msgpack *.h *.c *.pyx
2011-09-02 16:16:08 +09:00
recursive-include test *.py