Skip to content

Commit 96ce5cd

Browse files
Ronny Vedrillafjsj
authored andcommitted
Set missing "license" package metadata attribute
1 parent bdef42b commit 96ce5cd

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
@@ -21,6 +21,7 @@ def rel(*parts):
2121
name = 'django-webpack-loader',
2222
packages = ['webpack_loader', 'webpack_loader/templatetags', 'webpack_loader/contrib'],
2323
version = VERSION,
24+
license = "MIT License",
2425
description = 'Transparently use webpack with django',
2526
long_description=README,
2627
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)