diff options
| author | Naoki INADA <inada-n@klab.jp> | 2009-11-05 14:24:47 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@klab.jp> | 2009-11-05 14:24:47 +0900 |
| commit | 4758d9f04b115bbccb568e262e49d53c5549edb5 (patch) | |
| tree | aad1ccc3f8075ddcafa766ff7b9054b101e7297a /python | |
| parent | d39c016e1d84765a50ae3c7cbfc3d6869faa9c07 (diff) | |
| download | msgpack-python-4758d9f04b115bbccb568e262e49d53c5549edb5.tar.gz | |
Fix to use MANIEFST.in.
Diffstat (limited to 'python')
| -rw-r--r-- | python/MANIFEST | 9 | ||||
| -rw-r--r-- | python/MANIFEST.in | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/python/MANIFEST b/python/MANIFEST deleted file mode 100644 index f6c43b0..0000000 --- a/python/MANIFEST +++ /dev/null @@ -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 diff --git a/python/MANIFEST.in b/python/MANIFEST.in new file mode 100644 index 0000000..6841ffe --- /dev/null +++ b/python/MANIFEST.in @@ -0,0 +1,2 @@ +include setup.py +recursive-include msgpack *.h *.c *.pyx |
