Skip to content

Commit 7edc258

Browse files
committed
Define format for the long description
1 parent ddd2724 commit 7edc258

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def read(path):
2121
license = 'GNU Affero General Public License',
2222
description = 'Ebook library which can handle EPUB2/EPUB3 and Kindle format',
2323
long_description = read('README.md'),
24+
long_description_content_type = 'text/markdown',
2425
keywords = ['ebook', 'epub', 'kindle'],
2526
classifiers = [
2627
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)