From f3a55b8b643766710839860f172d87f14c25b709 Mon Sep 17 00:00:00 2001 From: Ben Weeks Date: Tue, 1 Feb 2022 12:25:05 -0500 Subject: [PATCH] Add license info to `setup.cfg` so it will show up in wheel installs. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 93379eed..781d9b71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,8 @@ description = Python Language Server for the Language Server Protocol url = https://github.com/python-lsp/python-lsp-server long_description = file: README.md long_description_content_type = text/markdown +license = MIT +license_file = LICENSE [options] packages = find: