From 83de779a4a1fd03426f7a000b4f467ee9f588af9 Mon Sep 17 00:00:00 2001 From: Pioverpie Date: Thu, 29 Oct 2020 16:33:36 -0400 Subject: [PATCH] Rename README.md to README.rst --- README.md => README.rst | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename README.md => README.rst (100%) diff --git a/README.md b/README.rst similarity index 100% rename from README.md rename to README.rst diff --git a/setup.py b/setup.py index 7343832..02dc10a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(path): url = 'https://github.com/aerkalov/ebooklib', license = 'GNU Affero General Public License', description = 'Ebook library which can handle EPUB2/EPUB3 and Kindle format', - long_description = read('README.md'), + long_description = read('README.rst'), keywords = ['ebook', 'epub', 'kindle'], classifiers = [ "Development Status :: 4 - Beta",