Updated the url.

pull/1/head
Yusuke Shinyama 2014-03-28 22:55:06 +09:00
parent 7b354c7ab3
commit 9242356357
3 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ sdist: distclean MANIFEST.in
register: distclean MANIFEST.in
$(PYTHON) setup.py sdist upload register
WEBDIR=$$HOME/work/Site/unixuser.org/python/$(PACKAGE)
WEBDIR=../euske.github.io/$(PACKAGE)
publish:
$(CP) docs/*.html docs/*.png docs/*.css $(WEBDIR)

View File

@ -10,6 +10,7 @@ It includes a PDF converter that can transform PDF files
into other text formats (such as HTML). It has an extensible
PDF parser that can be used for other purposes than text analysis.
* Webpage: https://euske.github.io/pdfminer/
* Download (PyPI): https://pypi.python.org/pypi/pdfminer/

View File

@ -17,7 +17,7 @@ PDF parser that can be used for other purposes instead of text analysis.''',
license='MIT/X',
author='Yusuke Shinyama',
author_email='yusuke at cs dot nyu dot edu',
url='http://www.unixuser.org/~euske/python/pdfminer/index.html',
url='http://euske.github.io/pdfminer/index.html',
packages=[
'pdfminer',
],