We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd2724 commit 7edc258Copy full SHA for 7edc258
1 file changed
setup.py
@@ -21,6 +21,7 @@ def read(path):
21
license = 'GNU Affero General Public License',
22
description = 'Ebook library which can handle EPUB2/EPUB3 and Kindle format',
23
long_description = read('README.md'),
24
+ long_description_content_type = 'text/markdown',
25
keywords = ['ebook', 'epub', 'kindle'],
26
classifiers = [
27
"Development Status :: 4 - Beta",
0 commit comments