From 956610ec0278b67818808faadd3693e2c6b41103 Mon Sep 17 00:00:00 2001 From: asteroide Date: Fri, 28 Jul 2017 09:17:19 +0200 Subject: Update setup due to the name modification of the readme Change-Id: Iaa974b85670a575ed2896a24e14db8752345c9ef --- moonv4/moon_orchestrator/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit