Skip to content

Commit 1dbbb09

Browse files
committed
Merge branch 'master' of github.com:graingert/django-static-libs
2 parents 7d79667 + 82c710d commit 1dbbb09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
],
3030
packages=['bootstrap'],
3131
package_data={'bootstrap': [
32-
'static/lib/bootstrap/js/*.js'
33-
'static/lib/bootstrap/img/*.png'
32+
'static/lib/bootstrap/js/*.js',
33+
'static/lib/bootstrap/img/*.png',
3434
'static/lib/bootstrap/less/*.less'
3535
]},
3636
)

0 commit comments

Comments
 (0)