From 226f490c52f523e28a9a193910e8856b94155c11 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 6 Aug 2020 15:45:18 +0200 Subject: [PATCH] declare LICENSE file in setup.cfg --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index d4887223..81bcf8af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,5 @@ +[metadata] +license_file = LICENSE # uploading here requires Python 3.5.3+ or setuptools 27+, # use instead: twine upload --sign dist/fdroidserver*.tar.gz