diff options
| author | sonu.kumar <sonu.kumar@nectechnologies.in> | 2015-12-14 13:04:02 +0530 |
|---|---|---|
| committer | sonu.kumar <sonu.kumar@nectechnologies.in> | 2015-12-14 13:05:01 +0530 |
| commit | 01ef42c8b4fbed1dfd54bf9ebed866e8d585ea75 (patch) | |
| tree | 0bcbbf5d1abbb7365b88af04b92ec57de9b0b9ac | |
| parent | 1ee5191cec53df588d51a7cee31cfe9cf3a57a1b (diff) | |
| download | python-openstackclient-01ef42c8b4fbed1dfd54bf9ebed866e8d585ea75.tar.gz | |
Removes MANIFEST.in as it is not needed explicitely by PBR
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: I78b28bf2fe60dc64cf6c3894da36f683a2e0bb30
| -rw-r--r-- | MANIFEST.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index aeabc0d3..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1,14 +0,0 @@ -include AUTHORS -include babel.cfg -include ChangeLog -include LICENSE -include README.rst - -recursive-include doc * -recursive-include tests * -recursive-include python-openstackclient *.po *.pot - -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc |
