diff --git a/client/ledis-py/MANIFEST.in b/client/ledis-py/MANIFEST.in new file mode 100644 index 0000000..ff8c001 --- /dev/null +++ b/client/ledis-py/MANIFEST.in @@ -0,0 +1,5 @@ +include README.md +include redis-py_license +exclude tests/__pycache__ +recursive-include tests * +recursive-exclude tests *.pyc