From c88e2e28cfcf76e290b8c3a16719a09c9ccfabbd Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 24 Dec 2013 20:54:27 +0100 Subject: [PATCH] add some toplevel dir files to MANIFEST.in we include the tests in the pypi package, so we should include conftest.py also include the patch for for django-registration needed to run it with django 1.6 --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 24ccc22..9317687 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,7 @@ include README.rst CHANGES.rst LICENSE AUTHORS include setup.cfg setup.py +include conftest.py +include django-registration-dj16-fix.diff recursive-include docs * recursive-exclude docs *.pyc recursive-exclude docs *.pyo