aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2017-07-28 09:17:19 +0200
committerasteroide <thomas.duval@orange.com>2017-07-28 09:17:19 +0200
commit956610ec0278b67818808faadd3693e2c6b41103 (patch)
tree853bf87f362ff98fd9b955f794ca227e50766843
parentf22c44fea083fe09c4f318f57141527ccb4e23e2 (diff)
Update setup due to the name modification of the readme
Change-Id: Iaa974b85670a575ed2896a24e14db8752345c9ef
-rw-r--r--moonv4/moon_orchestrator/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/moonv4/moon_orchestrator/setup.py b/moonv4/moon_orchestrator/setup.py
index 88481ceb..624dba94 100644
--- a/moonv4/moon_orchestrator/setup.py
+++ b/moonv4/moon_orchestrator/setup.py
@@ -24,7 +24,7 @@ setup(
description="",
- long_description=open('README.rst').read(),
+ long_description=open('README.md').read(),
install_requires=required,