From b03ba08579e650d470c0c136e0683ddd0a3dcdd3 Mon Sep 17 00:00:00 2001 From: hofmockel Date: Sun, 16 Aug 2015 12:18:28 +0200 Subject: [PATCH] Add the .hpp .pxd .pyx files for the sdist. --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..fc0223f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include rocksdb/cpp/*.hpp +recursive-include rocksdb *.pxd +recursive-include rocksdb *.pyx