Comment 38 for bug 1608980

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

Reviewed: https://review.openstack.org/386348
Committed: https://git.openstack.org/cgit/openstack/ec2-api/commit/?id=897e498ce8312d4b8373a176e548edba95929bcb
Submitter: Jenkins
Branch: master

commit 897e498ce8312d4b8373a176e548edba95929bcb
Author: Iswarya_Vakati <email address hidden>
Date: Fri Oct 14 10:30:09 2016 +0530

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

    Ec2-api 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: I3eafb35c6a8ecd89cb5719e63954aabae7899830
    Closes-Bug:#1608980