From 09a5c65fd7cff74602fc29c7e76598cbcf588a99 Mon Sep 17 00:00:00 2001 From: Graham Herceg Date: Wed, 6 Jul 2022 14:47:44 -0700 Subject: [PATCH] add license file to metadata --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3b80bb57953..4fa54f2ee86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,8 @@ [bdist_wheel] universal=1 +[metadata] +license_file = LICENSE + [flake8] exclude = ./build