Skip to content

Commit 06a1eb1

Browse files
committed
Fix old reference to old 'babeldjango' module in entrypoints.
1 parent 6d37f54 commit 06a1eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454
name='django-babel',
5555
description='Utilities for using Babel in Django',
5656
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
57-
version='0.3.7',
57+
version='0.3.8',
5858
license='BSD',
5959
author='Christopher Grebs',
6060
author_email='[email protected]',
@@ -89,7 +89,7 @@ def run_tests(self):
8989
],
9090
entry_points={
9191
'babel.extractors': [
92-
'django = babeldjango.extract:extract_django',
92+
'django = django_babel.extract:extract_django',
9393
]
9494
}
9595
)

0 commit comments

Comments
 (0)