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

yaql already uses PBR:-
setuptools.setup(
    setup_requires=['pbr'],
    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: I92c00f0068de48b8d33307367e260e583e27a4f1
Closes-Bug:#1608980
This commit is contained in:
nizam 2016-10-20 21:08:15 +05:30
parent c9d1f7bf75
commit 994b7bcb68
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