summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-15 23:44:30 -0700
committerBenjamin Peterson <benjamin@python.org>2017-10-15 23:44:30 -0700
commitda70185fd15e51688398983eff82982d78d8c025 (patch)
tree3c7f2c15cfc7a8562b072a96495b5a08796454de /setup.cfg
parent15e31431af97e5e64b80af0a3f598d382bcdd49a (diff)
downloadsix-git-da70185fd15e51688398983eff82982d78d8c025.tar.gz
Include license file in the generated wheel packages (#214)
The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file.
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 70ce163..317e016 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,9 @@ universal = 1
max-line-length = 100
ignore = F821
+[metadata]
+license_file = LICENSE
+
[tool:pytest]
minversion=2.2.0
pep8ignore =