File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22setup.cfg
33setup.py
44webpack_loader/__init__.py
5+ webpack_loader/apps.py
6+ webpack_loader/signals.py
57webpack_loader/utils.py
68webpack_loader/templatetags/__init__.py
79webpack_loader/templatetags/webpack_loader.py
Original file line number Diff line number Diff line change 22setup (
33 name = 'django-webpack-loader' ,
44 packages = ['webpack_loader' , 'webpack_loader/templatetags' ], # this must be the same as the name above
5- version = '0.0.1 ' ,
5+ version = '0.0.2 ' ,
66 description = 'Load your webpack bundles and chunks in django' ,
77 author = 'Owais Lone' ,
88 author_email = 'hello@owaislone.org' ,
9- download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.1 ' ,
9+ download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.2 ' ,
1010 url = 'https://github.com/owais/django-webpack-loader' , # use the URL to the github repo
1111 keywords = ['django' , 'webpack' , 'assets' ], # arbitrary keywords
1212 classifiers = [],
You can’t perform that action at this time.
0 commit comments