Comment 29 for bug 1608980

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

Reviewed: https://review.openstack.org/385965
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=63312747089e8a5388a455aea65b9c605a931c37
Submitter: Jenkins
Branch: master

commit 63312747089e8a5388a455aea65b9c605a931c37
Author: Iswarya_Vakati <email address hidden>
Date: Thu Oct 13 18:14:59 2016 +0530

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

    watcher 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: If1b80738e28d71fd9e9bb4939f94adfd721a041a
    Closes-Bug:#1608980