Updated url properly
This commit is contained in:
parent
27c5acfead
commit
e72d980b4d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ import sys
|
||||||
name = 'django-client-reverse'
|
name = 'django-client-reverse'
|
||||||
package = 'django_client_reverse'
|
package = 'django_client_reverse'
|
||||||
description = 'Django module to access URL reversing client-side'
|
description = 'Django module to access URL reversing client-side'
|
||||||
url = 'https://github.com/RealOrangeOne/'
|
url = 'https://github.com/RealOrangeOne/django-client-reverse'
|
||||||
author = 'TheOrangeOne'
|
author = 'TheOrangeOne'
|
||||||
author_email = 'git@theorangeone.net'
|
author_email = 'git@theorangeone.net'
|
||||||
license = 'BSD'
|
license = 'BSD'
|
||||||
|
|
Reference in a new issue