Comment 36 for bug 1608980

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

Reviewed: https://review.openstack.org/390130
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=2e47068ec7ab07febc7cdf34a4f61a5015fc59da
Submitter: Jenkins
Branch: master

commit 2e47068ec7ab07febc7cdf34a4f61a5015fc59da
Author: Hong Hui Xiao <email address hidden>
Date: Mon Oct 24 08:50:59 2016 +0800

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

    dragonflow 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: I060a1d6de972b01c19381f3fe1b5b88887eb04a7
    Closes-Bug: #1608980