diff --git a/setup.py b/setup.py index f07e99f..d39b098 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', ],