summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Ombredanne <pombredanne@gmail.com>2016-11-01 13:19:10 -0700
committerDavid Lord <davidism@gmail.com>2016-11-01 13:19:10 -0700
commita635afed112f241777b3b5f127028e067645c040 (patch)
tree14478051b196e737c34be4f4ee2095d8c859aeac
parent5fbfcfde2539a00be1b43b51b47190c20a94d212 (diff)
downloadmarkupsafe-a635afed112f241777b3b5f127028e067645c040.tar.gz
Add license_file to setup.cfg metadata (#61)
Without this, the LICENSE file is never included in the built wheels: this makes it harder for users to comply with the license. With this addition a file LICENSE.txt will be created in the `xxx.dist-info` directory with the content of the `license_file` file, e.g. the top level LICENSE.
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index d992a0f..95f0bfc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,3 +4,6 @@ tag_date = 1
[aliases]
release = egg_info -RDb ''
+
+[metadata]
+license_file = LICENSE