summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPhilippe Ombredanne <pombredanne@gmail.com>2016-11-01 13:18:45 -0700
committerDavid Lord <davidism@gmail.com>2016-11-01 13:18:45 -0700
commit2e422481e9c924a0562fca8e35dcaeca7e97edd1 (patch)
tree2a7639b2ae80f55e343d92336636c2183e85f190 /setup.cfg
parent390c3cec2bbab50d0ba276d8fea61e27d582172a (diff)
downloadjinja2-2e422481e9c924a0562fca8e35dcaeca7e97edd1.tar.gz
Add license_file to setup.cfg metadata (#609)
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.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 058cdfc..166423e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,9 @@
[wheel]
universal = 1
+[metadata]
+license_file = LICENSE
+
[aliases]
release = egg_info -RDb ''