From 566e37e44bb6b666266d3b10cc543c08b271f564 Mon Sep 17 00:00:00 2001 From: ivegotasthma Date: Mon, 21 Jan 2019 11:25:22 +0100 Subject: [PATCH] Include tests in PyPI tarball --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 01a589f..5e10d2b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ include AUTHORS include LICENSE include MANIFEST.in include README.md +include runtests.py graft rest_auth