From 8683364cb13862f13f846483a28a8db5ad4f2901 Mon Sep 17 00:00:00 2001 From: Pieter van den Ham Date: Sun, 23 Aug 2015 15:50:33 +0200 Subject: [PATCH] Fix #62 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d697f5b..30747c1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup def readme(): - with open('README.rst') as f: + with open('README.md') as f: return f.read() setup(name='pyTelegramBotAPI',