diff --git a/MANIFEST.in b/MANIFEST.in index 8b1f7906..f8ba9f26 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,4 @@ include libsass/Makefile include .libsass-upstream-version include test/*.scss include README.rst +include LICENSE diff --git a/setup.cfg b/setup.cfg index 5c4fcd48..b1439e6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,6 @@ release = sdist upload build_sphinx upload_doc [flake8] exclude = .tox,build,dist,docs,ez_setup.py,upload_appveyor_builds.py + +[metadata] +license_file = LICENSE