From: RHE Date: Thu, 14 Dec 2017 13:47:20 +0000 (+0100) Subject: fix moon_db unit test bug X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F48959%2F1;p=moon.git fix moon_db unit test bug Change-Id: Ibcba38681fcbe2a9672339a5f8582129fac30604 Signed-off-by: RHE --- diff --git a/moonv4/moon_db/setup.py b/moonv4/moon_db/setup.py index 0d2aa1bf..6ccef6df 100644 --- a/moonv4/moon_db/setup.py +++ b/moonv4/moon_db/setup.py @@ -24,7 +24,7 @@ setup( description="This library is a helper to interact with the Moon database.", - long_description=open('README.rst').read(), + long_description=open('README.md').read(), install_requires=required,