Merge pull request #10 from python-babel/update-to-new-repo-url

Update to python-babel repo URL
This commit is contained in:
Thomas Grainger 2015-09-21 20:23:22 +01:00
commit 787d1021fb
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',