Comment 26 for bug 1608980

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

Reviewed: https://review.openstack.org/385939
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=12f53b746dacb3aa7a246d0fbca4feb844dd735b
Submitter: Jenkins
Branch: master

commit 12f53b746dacb3aa7a246d0fbca4feb844dd735b
Author: Iswarya_Vakati <email address hidden>
Date: Thu Oct 13 17:15:03 2016 +0530

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

    Trove 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: Ib37dde9c9fa0abe43a326ed2476effee04734daa
    Closes-Bug:#1608980