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: Ibb26e84f0def8f91c2cc61c2dc232fe396a4d9a4
This commit is contained in:
sonu.kumar 2015-12-17 16:11:29 +05:30
parent 82873b0621
commit 8934afd72d
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
global-exclude *.pyc