From 71fa736f0edf039c49fb38e2f163d506d6727d1f Mon Sep 17 00:00:00 2001 From: Todd Date: Tue, 28 Jan 2020 10:44:49 -0500 Subject: [PATCH] Include full tests in sdists This allows downstream packagers to check their installation. --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..9ad264f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +graft test +include pytest.ini +include tox.ini + +include *.rst