Comment 28 for bug 1608980

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

Reviewed: https://review.openstack.org/385917
Committed: https://git.openstack.org/cgit/openstack/masakari/commit/?id=03369d1ef45f0a2d3bbc43fcf4be43c251fdce60
Submitter: Jenkins
Branch: master

commit 03369d1ef45f0a2d3bbc43fcf4be43c251fdce60
Author: Deepak <email address hidden>
Date: Thu Oct 13 16:53:34 2016 +0530

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

    masakari already uses PBR:-
    setuptools.setup(
        setup_requires=['pbr'],
        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: I494f44d8358511bf80ccedc3043277d7c9a8ea9f
    Closes-Bug: #1608980