fix moon_db unit test bug 59/48959/1
authorRHE <rebirthmonkey@gmail.com>
Thu, 14 Dec 2017 13:47:20 +0000 (14:47 +0100)
committerRHE <rebirthmonkey@gmail.com>
Thu, 14 Dec 2017 13:47:20 +0000 (14:47 +0100)
Change-Id: Ibcba38681fcbe2a9672339a5f8582129fac30604
Signed-off-by: RHE <rebirthmonkey@gmail.com>
moonv4/moon_db/setup.py

index 0d2aa1b..6ccef6d 100644 (file)
@@ -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,