summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Vandenberg <jayvdb@gmail.com>2021-06-19 11:50:52 +0800
committerGitHub <noreply@github.com>2021-06-18 20:50:52 -0700
commit3e23101731628f56ced71890b4dba58ebd9f4284 (patch)
treed535d7ed6bdbf5cb48a1b16d9375639d58df169b
parent3506aa61d9e47f820461d88770998602c2cb5c2c (diff)
downloadpymemcache-3e23101731628f56ced71890b4dba58ebd9f4284.tar.gz
MANIFEST.in: Add test data and docs (#331)
Closes #330
-rw-r--r--MANIFEST.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f8469b7..6e9e934 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,8 @@
include README.* ChangeLog.* setup.py setup.cfg LICENSE.txt
+include *-requirements.txt tox.ini
recursive-include pymemcache *.py
+recursive-include pymemcache/test *.crt
+recursive-include pymemcache/test *.key
+recursive-include docs *.rst
global-exclude *.pyc
global-exclude *.pyo