pdfminer.cmap python package does not exists

pull/1/head
Daniel Graña 2012-08-08 18:01:29 +00:00
parent c7709045e9
commit 785080b4ea
1 changed files with 0 additions and 4 deletions

View File

@ -20,11 +20,7 @@ PDF parser that can be used for other purposes instead of text analysis.''',
url='http://www.unixuser.org/~euske/python/pdfminer/index.html', url='http://www.unixuser.org/~euske/python/pdfminer/index.html',
packages=[ packages=[
'pdfminer', 'pdfminer',
'pdfminer.cmap',
], ],
package_data={
'pdfminer.cmap': ['*.pickle.gz'],
},
scripts=[ scripts=[
'tools/pdf2txt.py', 'tools/pdf2txt.py',
'tools/dumppdf.py', 'tools/dumppdf.py',