Merge pull request #95 from ashleyblackmore/patch-1

Update setup.py
pull/55/head
Yusuke Shinyama 2016-09-12 00:06:48 +09:00 committed by GitHub
commit 9346d79c25
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ PDF parser that can be used for other purposes instead of text analysis.''',
author='Yusuke Shinyama', author='Yusuke Shinyama',
author_email='yusuke at cs dot nyu dot edu', author_email='yusuke at cs dot nyu dot edu',
url='http://euske.github.io/pdfminer/index.html', url='http://euske.github.io/pdfminer/index.html',
install_requires=[
'pycrypto',
],
packages=[ packages=[
'pdfminer', 'pdfminer',
], ],