From ece2f854860d16767b19973173aedfc702defa68 Mon Sep 17 00:00:00 2001
From: Duncan Macleod <duncan.macleod@ligo.org>
Date: Fri, 3 Jan 2020 05:25:25 -0600
Subject: [PATCH] MANIFEST.in include the test directory in the tarball

---
 MANIFEST.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index af97cc803..6ebc17c78 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
 include README.rst
 include LICENSE.md
+recursive-include test *.py *.prior
-- 
GitLab