File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11from distutils .core import setup
2+
3+ version = '0.1.2'
4+
25setup (
36 name = 'django-webpack-loader' ,
47 packages = ['webpack_loader' , 'webpack_loader/templatetags' ], # this must be the same as the name above
58 version = '0.1.1' ,
69 description = 'Load your webpack bundles and chunks in django' ,
710 author = 'Owais Lone' ,
811 author_email = 'hello@owaislone.org' ,
9- download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.3' ,
12+ download_url = 'https://github.com/owais/django-webpack-loader/tarball/{}' . format ( version ) ,
1013 url = 'https://github.com/owais/django-webpack-loader' , # use the URL to the github repo
1114 keywords = ['django' , 'webpack' , 'assets' ], # arbitrary keywords
1215 data_files = [("" , ["LICENSE" ])],
You can’t perform that action at this time.
0 commit comments