Skip to content

Commit 86c4dc7

Browse files
committed
fix setup to include contrib module
1 parent d16415c commit 86c4dc7

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
@@ -4,7 +4,7 @@
44

55
setup(
66
name = 'django-webpack-loader',
7-
packages = ['webpack_loader', 'webpack_loader/templatetags'], # this must be the same as the name above
7+
packages = ['webpack_loader', 'webpack_loader/templatetags', 'webpack_loader/contrib'],
88
version = version,
99
description = 'Load your webpack bundles and chunks in django',
1010
author = 'Owais Lone',

0 commit comments

Comments
 (0)