File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Changes
2+ =========
3+
4+ 0.2.3 (2013-12-11)
5+ ------------------
6+
7+ - Rename package on PyPI
8+ - Use GitHub as source control
9+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212# individuals. For the exact contribution history, see the revision
1313# history and logs, available at http://babel.edgewall.org/log/.
1414
15- try :
16- from setuptools import setup
17- except ImportError :
18- from distutils .core import setup
15+ from setuptools import setup
1916
2017setup (
21- name = 'BabelDjango ' ,
18+ name = 'django-babel ' ,
2219 description = 'Utilities for using Babel in Django' ,
2320 version = '0.2.3' ,
2421 license = 'BSD' ,
2522 author = 'Edgewall Software' ,
2623 author_email = 'python-babel@googlegroups.com' ,
27- url = 'http://babel.edgewall.org/wiki/BabelDjango ' ,
24+ url = 'http://github.com/graingert/django-babel/ ' ,
2825
2926 packages = ['babeldjango' , 'babeldjango.templatetags' ],
3027 install_requires = ['Babel' ],
You can’t perform that action at this time.
0 commit comments