import description from opf

This commit is contained in:
j 2015-10-30 11:31:52 +01:00
parent a57606a511
commit 62e50c29c6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def metadata(f, from_=None):
opf_info = opf.info(metadata_opf)
for key in (
'title', 'author', 'date', 'publisher',
'title', 'author', 'date', 'publisher', 'description',
'language', 'textsize', 'pages',
'isbn', 'asin'
):