From 71fa40c32030583e360924e79bbb1d9b8b1f0699 Mon Sep 17 00:00:00 2001 From: Michael Fladischer Date: Thu, 3 Sep 2015 12:59:25 +0200 Subject: [PATCH] Remove the main package from MANIFEST.in as its inclusion is implicit through setup.py. --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f2261e0..070de15 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ -recursive-include django_downloadview * recursive-include demo *.py *.rst *.html *.json *.txt recursive-include docs Makefile *.py *.txt recursive-include tests *.py