Remove MANIFEST.in

We don't need this anymore as pbr use `git ls-files' when available to
build the list of files to include.

Change-Id: I9113d7c249002bc4f6b0a15a871aee6088ddac72
This commit is contained in:
Julien Danjou 2013-10-09 17:12:19 +02:00
parent a84d744794
commit 572194cf50

View File

@ -1,7 +0,0 @@
include toxgen.py
include tox-tmpl.ini
include tox.ini
include README.rst
include LICENSE
recursive-include examples *.py *.cfg
recursive-include tests *.py *.cfg *.ini *.rst