mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1691f369ba
commit
deaf4f98e1
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user