Removes MANIFEST.in as it is not needed explicitly 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: I2d36c99162b24369e5e20e643a8a68a25765b3f6
This commit is contained in:
sonu.kumar
2015-12-17 16:32:29 +05:30
committed by sonu
parent b3b7987271
commit bf93695a01

View File

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