From 7196171da7113aa12723db91003cc0424f8d0eaf Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 25 Feb 2020 07:07:55 -0500 Subject: [PATCH] Add LICENSE file metadata to package distributions Add LICENSE file metadata to package distributions https://github.com/python-ldap/python-ldap/pull/315 Co-authored-by: Petr Viktorin --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index c654606..01d43a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +# Package metadata (for Setuptools 30.3 and later) +[metadata] +license_file = LICENCE + # Example for setup.cfg # You have to edit this file to reflect your system configuation