Skip to content

Commit fc77ee9

Browse files
author
rmorales
committed
Add babeldjango.templatetags to the list of packages. Closes #69.
git-svn-id: http://svn.edgewall.org/repos/babel/contrib/django@327 59ecc08e-a131-0410-9ea7-d4c0f28ac310
1 parent f897c95 commit fc77ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author_email = '[email protected]',
2727
url = 'http://babel.edgewall.org/wiki/BabelDjango',
2828

29-
packages = ['babeldjango'],
29+
packages = ['babeldjango', 'babeldjango.templatetags'],
3030
install_requires = ['Babel'],
3131

3232
entry_points = """

0 commit comments

Comments
 (0)