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: I38b985cc915cbccfa6ba83ae0cffbd72128f146e
This commit is contained in:
sonu.kumar 2015-12-11 16:23:21 +05:30
parent 2fbfcf568f
commit ea01f15dfe
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
recursive-include oslosphinx *.html *.css *.js *.conf *.jpg *.gif
include AUTHORS
include HACKING.rst
include ChangeLog