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

swauth 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: Idb30c13b6c75129e07e46cbdd75a4aa92dcb5858
Closes-Bug: #1608980
This commit is contained in:
nizam 2016-10-14 15:15:02 +05:30 committed by abdul nizamuddin
parent d7ae244d70
commit 6573269e37
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
include AUTHORS LICENSE README.md .unittests test/__init__.py
include CHANGELOG
graft doc
graft etc