Include the amazon metadata fetching module in the OS X build of calibre

This commit is contained in:
Kovid Goyal 2009-06-24 10:22:12 -07:00
parent a668e60944
commit 9603e3f385

View File

@ -352,6 +352,7 @@ def main():
'BeautifulSoup', 'calibre.ebooks.lrf.fonts.prs500.*', 'BeautifulSoup', 'calibre.ebooks.lrf.fonts.prs500.*',
'dateutil', 'email.iterators', 'dateutil', 'email.iterators',
'email.generator', 'email.generator',
'calibre.ebooks.metadata.amazon',
], ],
'packages' : ['PIL', 'Authorization', 'lxml', 'dns'], 'packages' : ['PIL', 'Authorization', 'lxml', 'dns'],
'excludes' : ['IPython'], 'excludes' : ['IPython'],