Drop MANIFEST.in - it's not needed 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: I7becb18c04854869b5b91b210505ec24a992b826
This commit is contained in:
Jeremy Liu 2016-11-14 21:47:55 +08:00
parent 6b2ea6e3e5
commit 00adadd82b
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