Merged: dangra/785080b4eae259015d4fa63991356a4034751683

pull/1/head
Yusuke Shinyama 2013-04-09 18:21:45 +09:00
parent 785080b4ea
commit 9df9df58c1
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ PDF parser that can be used for other purposes instead of text analysis.''',
packages=[
'pdfminer',
],
package_data={
'pdfminer': ['cmap/*.pickle.gz']
},
scripts=[
'tools/pdf2txt.py',
'tools/dumppdf.py',