Comment 21 for bug 1608980

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

Reviewed: https://review.openstack.org/386350
Committed: https://git.openstack.org/cgit/openstack/gce-api/commit/?id=fc1ecdb2f5e095c85ed152b1fb4afddc292b6382
Submitter: Jenkins
Branch: master

commit fc1ecdb2f5e095c85ed152b1fb4afddc292b6382
Author: Iswarya_Vakati <email address hidden>
Date: Fri Oct 14 10:37:45 2016 +0530

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

    gce-api 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: Ib4bdaac96e54e2b01064e1d54b2291b6f6d64010
    Closes-Bug:#1608980