nsupdate.info/MANIFEST.in
Thomas Waldmann c88e2e28cf 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
2013-12-24 20:54:27 +01:00

14 lines
405 B
Plaintext

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
recursive-include nsupdate/static *
recursive-include nsupdate/templates *
recursive-include nsupdate/main/templates *
recursive-include nsupdate/accounts/templates *
prune docs/_build