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
This commit is contained in:
avnish 2016-09-22 12:11:52 +05:30 committed by Zhiyuan Cai
parent 85df9c9c5f
commit 0f003215df
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
global-exclude *.pyc