mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 01:34:27 +01:00
Include the amazon metadata fetching module in the OS X build of calibre
This commit is contained in:
parent
a668e60944
commit
9603e3f385
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ def main():
|
|||
'BeautifulSoup', 'calibre.ebooks.lrf.fonts.prs500.*',
|
||||
'dateutil', 'email.iterators',
|
||||
'email.generator',
|
||||
'calibre.ebooks.metadata.amazon',
|
||||
],
|
||||
'packages' : ['PIL', 'Authorization', 'lxml', 'dns'],
|
||||
'excludes' : ['IPython'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue