Comment 32 for bug 1608980

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

Reviewed: https://review.openstack.org/386968
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=c3165904f3dd500b2fd89ab2e35ca3aca0f3e1e1
Submitter: Jenkins
Branch: master

commit c3165904f3dd500b2fd89ab2e35ca3aca0f3e1e1
Author: shashi.kant <email address hidden>
Date: Sat Oct 15 23:27:35 2016 +0530

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

    Neutron-lbaas 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: I0e59cd1b89329042097c1ab03e83b565a99ed350
    Closes-Bug: #1608980