summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-11-26 10:42:30 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2017-11-26 10:42:30 -0800
commit5ddac80cec29de8ab08f124fbace86188b43fdce (patch)
tree33463730c6da9e00a254aff044d63a2994d554ce /setup.cfg
parent858bc3d42a4dfc65f6ec21e7ad28959f8255ab28 (diff)
downloadpsycopg2-5ddac80cec29de8ab08f124fbace86188b43fdce.tar.gz
Include license file in the generated wheel package
The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-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 0d41934..a5efdcf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,3 +27,6 @@ static_libpq=0
# Add here eventual extra libraries required to link the module.
libraries=
+
+[metadata]
+license_file = LICENSE