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

Karbor already uses PBR:-
setuptools.setup(
    setup_requires=['pbr>=1.8'],
    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: Ia1e0f3411c8be2eead9e760bb839b7902eee43bd
Closes-Bug:#1608980
This commit is contained in:
Iswarya_Vakati 2016-10-14 10:43:55 +05:30
parent f280ac18a4
commit bf4d82f042
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
include AUTHORS
include ChangeLog
recursive-include karbor *.cfg
exclude .gitignore
exclude .gitreview
global-exclude *.pyc