Comment 66 for bug 1608980

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

Reviewed: https://review.openstack.org/385881
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=155f6c9456d4a0c878bc1209cf91fadc3899a211
Submitter: Jenkins
Branch: master

commit 155f6c9456d4a0c878bc1209cf91fadc3899a211
Author: pawnesh.kumar <email address hidden>
Date: Thu Oct 13 15:27:28 2016 +0530

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

    Glance 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: Ib2ec595e5a56279ca985abd1ba06c232a5daeaeb
    Closes-Bug: #1608980