aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJames Turnbull <james@jamesturnbull.org>2012-08-31 16:56:37 +0200
committerJames Turnbull <james@jamesturnbull.org>2012-08-31 16:56:37 +0200
commitcf4bd1720b1f6b3cd0fec50752157922796b36eb (patch)
treec5ef27ae68040efbc9e9588a17bc4f5b71c894b2 /setup.py
parente18d48ac5cf1d831d01143e43e09d585ddcf7e3d (diff)
downloaddjango-wkhtmltopdf-cf4bd1720b1f6b3cd0fec50752157922796b36eb.tar.gz
django-wkhtmltopdf-cf4bd1720b1f6b3cd0fec50752157922796b36eb.tar.bz2
django-wkhtmltopdf-cf4bd1720b1f6b3cd0fec50752157922796b36eb.zip
Correct home URL
Link to Github so you can find it from Pypi
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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,
)