nsupdate.info/MANIFEST.in
Thomas Waldmann 39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00

16 lines
486 B
Plaintext

include README.rst CHANGES.rst LICENSE AUTHORS
include setup.cfg setup.py
include conftest.py
recursive-include docs *
recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
recursive-include nsupdate/locale *.po
recursive-include nsupdate/locale *.mo
recursive-include nsupdate/static *
recursive-include nsupdate/templates *
recursive-include nsupdate/login/templates *
recursive-include nsupdate/main/templates *
recursive-include nsupdate/accounts/templates *
prune docs/_build