From a043bb7ca971183266bcb726cb25c3ddca13687b Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 16 Jan 2017 13:47:54 -0700 Subject: [PATCH] Adjust MANIFEST.in to take into account new location for sources. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4ea9887..ba1fae8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include MANIFEST.in -include *.c include *.txt +recursive-include src *.c recursive-include samples *.py recursive-include test *.py *.sql