Skip to content

Commit 0454aae

Browse files
committed
Added github release url to setup.py
1 parent e4f79e6 commit 0454aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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',
910
url = 'https://github.com/owais/django-webpack-loader', # use the URL to the github repo
1011
keywords = ['django', 'webpack', 'assets'], # arbitrary keywords
1112
classifiers = [],

0 commit comments

Comments
 (0)