Comment 37 for bug 1608980

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to karbor (master)

Reviewed: https://review.openstack.org/386351
Committed: https://git.openstack.org/cgit/openstack/karbor/commit/?id=bf4d82f0429189ae26422db861f47058fa82c247
Submitter: Jenkins
Branch: master

commit bf4d82f0429189ae26422db861f47058fa82c247
Author: Iswarya_Vakati <email address hidden>
Date: Fri Oct 14 10:43:55 2016 +0530

    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