summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-29 14:38:35 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-29 14:39:00 +0300
commitbb11c72384a36f2bacdf0317d427a73469ebc7ed (patch)
tree58a0607ff36de0d8fdabb95b82853e145366effa /setup.cfg
parent290c09ed1da974012106bd161d91eaed25c5bdd2 (diff)
downloadcherrypy-git-bb11c72384a36f2bacdf0317d427a73469ebc7ed.tar.gz
Add license file into binary wheel
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 8ade6ffa..f34fe3d2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,5 +2,8 @@
release = sdist bdist_wheel
test = pytest
+[metadata]
+license_file = LICENSE.md
+
[wheel]
universal = 1