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

zun-ui 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: I9a6fff81819e7a00e2928590acb4c7e6f3570df2
This commit is contained in:
nizam 2016-10-28 19:08:08 +05:30
parent e9cc045221
commit 0340288589

View File

@ -1 +0,0 @@
include setup.py