Remove the main package from MANIFEST.in as its inclusion is implicit through setup.py.

This commit is contained in:
Michael Fladischer 2015-09-03 12:59:25 +02:00
parent 14f5e931eb
commit 71fa40c320

View file

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