Comment 5 for bug 1608980

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

Reviewed: https://review.openstack.org/374559
Committed: https://git.openstack.org/cgit/openstack/tricircle/commit/?id=0f003215df8ef9faabbdd009d4d9cd3a7efae220
Submitter: Jenkins
Branch: master

commit 0f003215df8ef9faabbdd009d4d9cd3a7efae220
Author: avnish <email address hidden>
Date: Thu Sep 22 12:11:52 2016 +0530

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

    Tricircle 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: I722651c1c3082ec59c0408a12db7b14c404d7ce7
    Closes-Bug: #1608980