Update to python-babel repo URL

This commit is contained in:
Thomas Grainger 2015-09-21 17:24:26 +01:00 committed by Thomas Grainger
parent 540ce310b9
commit 59937236e4
2 changed files with 2 additions and 2 deletions

View File

@ -41,4 +41,4 @@ Changelog
* Use GitHub as source control
.. _`master`: https://github.com/graingert/django-babel
.. _`master`: https://github.com/python-babel/django-babel

View File

@ -28,7 +28,7 @@ setup(
author_email='cg@webshox.org',
maintainer='Thomas Grainger',
maintainer_email='django-babel@graingert.co.uk',
url='https://github.com/graingert/django-babel/',
url='https://github.com/python-babel/django-babel/',
packages=find_packages(exclude=('tests',)),
install_requires=[
'Django>=1.4,<1.8',