diff --git a/binding/python/MANIFEST.in b/binding/python/MANIFEST.in index e5eb5f9..0460f94 100644 --- a/binding/python/MANIFEST.in +++ b/binding/python/MANIFEST.in @@ -1,3 +1,5 @@ include LICENSE include ReadMe.md -recursive-include tests *_test.py *_test.v \ No newline at end of file +include search_test.py +include bench_test.py +recursive-include tests