diff options
author | James Turnbull <james@jamesturnbull.org> | 2012-08-31 16:56:37 +0200 |
---|---|---|
committer | James Turnbull <james@jamesturnbull.org> | 2012-08-31 16:56:37 +0200 |
commit | cf4bd1720b1f6b3cd0fec50752157922796b36eb (patch) | |
tree | c5ef27ae68040efbc9e9588a17bc4f5b71c894b2 /setup.py | |
parent | e18d48ac5cf1d831d01143e43e09d585ddcf7e3d (diff) | |
download | django-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, ) |