Drop MANIFEST.in - it's not needed by pbr

masakari already uses PBR:-
setuptools.setup(
    setup_requires=['pbr'],
    pbr=True)

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: I494f44d8358511bf80ccedc3043277d7c9a8ea9f
Closes-Bug: #1608980
This commit is contained in:
Deepak 2016-10-13 16:53:34 +05:30
parent 65c93513d9
commit 03369d1ef4
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