From a4a1234e4d391537716c39002a426d85ea2a97c4 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 7 Sep 2020 18:07:14 +0700 Subject: [PATCH] MANIFEST.in: Update --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 32f53d20..7e8ed2a2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,8 @@ include LICENSE include README.rst include CHANGELOG include cacheops/lua/* +include manage.py run_tests.py bench.py +include requirements-test.txt +include tox.ini +recursive-include tests *.json +recursive-include tests *.py