diff options
author | Asteroide <thomas.duval@orange.com> | 2018-03-29 09:44:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-29 09:44:24 +0000 |
commit | 86a051f44f1bae736f45236ae7cdfdd1b6336709 (patch) | |
tree | 44d079bcd14e5b463ab393625d3455e7ae809351 /moon_manager | |
parent | cd593ea18c5e08c6252050d1e30059674c8e3e80 (diff) | |
parent | bc4b50b20ad673cff67c928cc5b000ec74cc0a44 (diff) |
Merge "Fix a bug in MANIFEST.in"
Diffstat (limited to 'moon_manager')
-rw-r--r-- | moon_manager/MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moon_manager/MANIFEST.in b/moon_manager/MANIFEST.in index 1f674d50..cf4d2e4e 100644 --- a/moon_manager/MANIFEST.in +++ b/moon_manager/MANIFEST.in @@ -3,7 +3,7 @@ # license which can be found in the file 'LICENSE' in this package distribution # or at 'http://www.apache.org/licenses/LICENSE-2.0'. -include README.rst +include README.md include LICENSE include setup.py include requirements.txt |