Skip to content

Commit a001171

Browse files
committed
include LICENSE file in distributions
1 parent 91ecc7c commit a001171

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ include libsass/Makefile
66
include .libsass-upstream-version
77
include test/*.scss
88
include README.rst
9+
include LICENSE

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ release = sdist upload build_sphinx upload_doc
44

55
[flake8]
66
exclude = .tox,build,dist,docs,ez_setup.py,upload_appveyor_builds.py
7+
8+
[metadata]
9+
license_file = LICENSE

0 commit comments

Comments
 (0)