Comment 76 for bug 1608980

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

Reviewed: https://review.openstack.org/479260
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=675a0a2e397ef42ab15963db3c6b11c437818295
Submitter: Jenkins
Branch: master

commit 675a0a2e397ef42ab15963db3c6b11c437818295
Author: ritesh.arya <email address hidden>
Date: Fri Jun 30 16:31:46 2017 +0530

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

    neutron-fwaas already uses PBR:-
    `setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)`
    This patch removes `MANIFEST.in` file as pbr generates a sensible
    manifest and therefore there is no need for an explicit 'MANIFEST.in'
    file.

    Closes-Bug: #1608980
    Change-Id: I5035fca63b9dab6f141a4996b92fbd9cfbf770a7