Comment 40 for bug 1608980

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

Reviewed: https://review.openstack.org/386532
Committed: https://git.openstack.org/cgit/openstack/python-searchlightclient/commit/?id=48c6682c6c532f3600d4f3a5ee2aaf43656d9948
Submitter: Jenkins
Branch: master

commit 48c6682c6c532f3600d4f3a5ee2aaf43656d9948
Author: Iswarya_Vakati <email address hidden>
Date: Fri Oct 14 15:59:01 2016 +0530

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

    python-searchlightclient 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: I25b3bb7eefc6e6ca59802eb405a8d0e468ac152f
    Closes-Bug:#1608980