summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2012-06-27 18:05:35 +0900
committerINADA Naoki <songofacandy@gmail.com>2012-06-27 18:05:35 +0900
commit288e82029353e3c3256341c0e32d16ca32d33700 (patch)
tree2ee99808b7615871f166d6dfec9e500926a01c16 /MANIFEST.in
parent06ed24a529eba164b23089a7653427f62dfb32e2 (diff)
downloadmsgpack-python-288e82029353e3c3256341c0e32d16ca32d33700.tar.gz
prepare 0.2
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4e85759..e1912ca 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include setup.py
include COPYING
+include README.rst
recursive-include msgpack *.h *.c *.pyx *.cpp
recursive-include test *.py
-recursive-include test3 *.py