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
This commit is contained in:
Thomas Waldmann 2013-12-24 20:54:27 +01:00
parent 11b56ee5db
commit c88e2e28cf

View File

@ -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