Comment 25 for bug 1608980

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

Reviewed: https://review.openstack.org/385901
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=43f5b5912f91d04ea9abcc8ea386b0ad2448da7b
Submitter: Jenkins
Branch: master

commit 43f5b5912f91d04ea9abcc8ea386b0ad2448da7b
Author: shashi.kant <email address hidden>
Date: Thu Oct 13 16:12:42 2016 +0530

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

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