From deaf4f98e1de09ec26ccf62c2c150c16663a13c5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 30 May 2013 15:39:36 +0530 Subject: [PATCH] ... --- setup/pypi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/pypi.py b/setup/pypi.py index d7d8d038ef..61cb8b1a29 100644 --- a/setup/pypi.py +++ b/setup/pypi.py @@ -20,7 +20,7 @@ class Metadata(object): author_email = 'kovid@kovidgoyal.net' url = 'http://calibre-ebook.com' description = 'E-book management application.' - long_description = open('README', 'rb').read() + long_description = open('README.md', 'rb').read() license = 'GPL' keywords = ['e-book', 'ebook', 'news', 'reading', 'catalog', 'books'] platforms = ['Linux', 'Windows', 'OS X']