Commit Graph

2 Commits

Author SHA1 Message Date
Deepak 03369d1ef4 Drop MANIFEST.in - it's not needed by pbr
masakari 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: I494f44d8358511bf80ccedc3043277d7c9a8ea9f
Closes-Bug: #1608980
2016-10-13 16:55:15 +05:30
sampathP b59503d7aa Initial Cookiecutter Commit.
Change-Id: I42dea4c1d43a041cfd948703355ce7456c8850e1
2016-06-28 13:28:27 +09:00