diff --git a/Makefile b/Makefile index a33e2fb..bf69a84 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/README.md b/README.md index 0848080..59825b8 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/setup.py b/setup.py index d3f73fa..c9962fe 100644 --- a/setup.py +++ b/setup.py @@ -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', ],