aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4
diff options
context:
space:
mode:
authorRHE <rebirthmonkey@gmail.com>2017-12-14 14:47:20 +0100
committerRHE <rebirthmonkey@gmail.com>2017-12-14 14:47:20 +0100
commita9b97c466df39ec3db1e01d8fe68a90ec220c88f (patch)
tree5b7a51cab7d352bbed1d00b9b13d02f1ba407120 /moonv4
parent5e0258b86976c9e2ac88bfe24170a718c777f70f (diff)
fix moon_db unit test bug
Change-Id: Ibcba38681fcbe2a9672339a5f8582129fac30604 Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'moonv4')
-rw-r--r--moonv4/moon_db/setup.py2
1 files changed, 1 insertions, 1 deletions
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,