diff options
author | asteroide <thomas.duval@orange.com> | 2017-07-28 09:17:19 +0200 |
---|---|---|
committer | asteroide <thomas.duval@orange.com> | 2017-07-28 09:17:19 +0200 |
commit | 956610ec0278b67818808faadd3693e2c6b41103 (patch) | |
tree | 853bf87f362ff98fd9b955f794ca227e50766843 /moonv4 | |
parent | f22c44fea083fe09c4f318f57141527ccb4e23e2 (diff) |
Update setup due to the name modification of the readme
Change-Id: Iaa974b85670a575ed2896a24e14db8752345c9ef
Diffstat (limited to 'moonv4')
-rw-r--r-- | moonv4/moon_orchestrator/setup.py | 2 |
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, |