Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5e0258b
)
fix moon_db unit test bug
59/48959/1
author
RHE
<rebirthmonkey@gmail.com>
Thu, 14 Dec 2017 13:47:20 +0000
(14:47 +0100)
committer
RHE
<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
patch
|
blob
|
history
diff --git
a/moonv4/moon_db/setup.py
b/moonv4/moon_db/setup.py
index
0d2aa1b
..
6ccef6d
100644
(file)
--- 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,