From 6153165b613c4b6dbbf3544ad721b9f632829605 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 25 Oct 2022 08:59:12 +0200 Subject: [PATCH 1/3] Include LICENSE.md in sdist tarball --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..e267daf0 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE.md From b2bd33921f8241b68ca5ff186796f678e3a8090a Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 27 Oct 2022 14:19:21 +0200 Subject: [PATCH 2/3] Include license in wheel --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index c06a3f64..402892fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +[metadata] +# This includes the license file(s) in the wheel. +license_files = LICENSE.md + [flake8] max-line-length = 120 exclude = docs/src, build, dist From 83775f4812ba15316a2a0ea4cb31c75b1879dcc5 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 28 Oct 2022 09:48:58 +0200 Subject: [PATCH 3/3] MANIFEST.in is not needed --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index e267daf0..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1 +0,0 @@ -include LICENSE.md