From 8a12d5b0f1d15b63bfd6fa09ede4870bf9c2e469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Wed, 8 Apr 2015 00:34:19 -0300 Subject: [PATCH] add reference of project repository on setup.py By visiting the pypi, there is no reference about this repository or any hint of who the author. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1dfa832..76dc05a 100755 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ description='Django integration with WordPress authentication and roles / capabilities system.', long_description=open('README.rst').read(), include_package_data=True, + url='https://github.com/dellis23/django-wordpress-auth', packages=[ 'wordpress_auth', ],