From a00117129e0e8a863195c378337fc416ee69b179 Mon Sep 17 00:00:00 2001 From: "Dougal J. Sutherland" Date: Wed, 6 Sep 2017 15:14:25 +0100 Subject: [PATCH] include LICENSE file in distributions --- MANIFEST.in | 1 + setup.cfg | 3 +++ 2 files changed, 4 insertions(+) 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