From 8b97885a5f6973df7b1a5ef864491ca2f400abe1 Mon Sep 17 00:00:00 2001 From: Dan Shemesh Date: Wed, 24 May 2017 12:25:01 +0300 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ee7fbaa..5cbeeec 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ here = path.abspath(path.dirname(__file__)) -with open(path.join(here, 'README.rst'), encoding='utf-8') as f: +with open(path.join(here, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup( @@ -96,4 +96,4 @@ 'agent=agent:main', ], }, -) \ No newline at end of file +)