Add the .hpp .pxd .pyx files for the sdist.

This commit is contained in:
hofmockel 2015-08-16 12:18:28 +02:00
parent 8481bc2481
commit b03ba08579

3
MANIFEST.in Normal file
View file

@ -0,0 +1,3 @@
include rocksdb/cpp/*.hpp
recursive-include rocksdb *.pxd
recursive-include rocksdb *.pyx