From 3ce57439a6aa8545dbb13fdc55d0256e8cc07282 Mon Sep 17 00:00:00 2001 From: Todd Date: Tue, 7 Aug 2018 11:19:34 -0400 Subject: [PATCH] Include test files in sdists These files are missing from sdists but are needed for the unit tests as far as I can determine. --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 15ac959e2..56e716de8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,13 @@ include AUTHORS include README include requirements.txt +include .gitattributes +include .gitignore +include .gitmodules + +recursive-include .git * recursive-include doc * +recursive-include etc * graft git/test/fixtures graft git/test/performance