Comment 33 for bug 1608980

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

Reviewed: https://review.openstack.org/385955
Committed: https://git.openstack.org/cgit/openstack/solum/commit/?id=9f48b08da1117de3f73682a0ef7af56ca48f2a10
Submitter: Jenkins
Branch: master

commit 9f48b08da1117de3f73682a0ef7af56ca48f2a10
Author: Iswarya_Vakati <email address hidden>
Date: Thu Oct 13 17:51:27 2016 +0530

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

    Solum 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: Id5702fee8da7ceb5d2a9dc90b584ab56973b7ea1
    Closes-Bug:#1608980