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: Ia0617e3212734ad8af7e3432e9bbaba951b788d3
This commit is contained in:
sonu.kumar 2015-12-16 15:29:23 +05:30
parent b0167711aa
commit 5b9ed8f2ed
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