diff --git a/setup.py b/setup.py index a75f66ee..389a1899 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ def rel(*parts): name = 'django-webpack-loader', packages = ['webpack_loader', 'webpack_loader/templatetags', 'webpack_loader/contrib'], version = VERSION, + license = "MIT License", description = 'Transparently use webpack with django', long_description=README, long_description_content_type="text/markdown",