From f7189f661d00393a13da5a2497a476f47284edc4 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 11 Nov 2014 16:57:49 -0200 Subject: [PATCH] MANIFEST.in: include files needed for packages --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index d89e991..900fcec 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,7 @@ include README.rst include MANIFEST.in recursive-include colab/static * recursive-include colab *.html *.txt +recursive-include misc * recursive-exclude * __pycache__ recursive-exclude * *.py[co] +include requirements.txt -- libgit2 0.21.2