Removes MANIFEST.in as it is not needed explicitely by PBR

This patch removes `MANIFEST.in` file as pbr generates a sensible
manifest from git files and some standard files and it removes
the need for an explicit `MANIFEST.in` file.

Change-Id: I749be997516b0d3af7bd1f6c1a4fce245b392d54
This commit is contained in:
sonu.kumar 2015-12-17 16:35:02 +05:30
parent ebdcf077eb
commit 56bc67d4bf
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview