Drop MANIFEST.in - it's not needed with PBR

Zaqar uses PBR already - as you can see setup.py:

 setuptools.setup(
     setup_requires=['pbr>=1.8'],
     pbr=True)

PBR generates a sensible manifest from git files
and some standard files.
So, this removes the need for an explicit
‘MANIFEST.in’ file.

Change-Id: I6f3aa562345cb055fe7f1dae49dac3720222764f
ref: http://docs.openstack.org/developer/pbr/#what-it-does
This commit is contained in:
Md Nadeem 2015-12-02 14:28:58 +09:00
parent db3ef7fd97
commit c53d4e5d85

View File

@ -1,6 +0,0 @@
recursive-include zaqar *.lua
exclude .gitignore
exclude .gitreview
global-exclude *.pyc