From cf4bd1720b1f6b3cd0fec50752157922796b36eb Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 31 Aug 2012 16:56:37 +0200 Subject: Correct home URL Link to Github so you can find it from Pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 865b096..abc3591 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( long_description=open('README.rst').read(), author=wkhtmltopdf.__author__, author_email='admin@incuna.com', - url='http://incuna.com/', + url='https://github.com/incuna/django-wkhtmltopdf', install_requires=['Django>=1.3'], zip_safe=False, ) -- cgit v1.2.3