From 7eadc49a3c1c227898af18215bd33b8a297dbf09 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Trevisani Date: Tue, 21 Nov 2023 20:27:23 +0000 Subject: [PATCH 1/2] add license file to sdist --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0310f9e..685b4e2 100644 --- a/setup.py +++ b/setup.py @@ -32,5 +32,6 @@ 'git-story=git_story.__main__:main', ], }, - include_package_data=True + include_package_data=True, + license_files = ('license',), ) From bfcbd236485a510c0955f8a8f7efc5a0ba06ed47 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Trevisani Date: Tue, 21 Nov 2023 20:28:24 +0000 Subject: [PATCH 2/2] add license file to manifest as well --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 123aaba..c1a8e8c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include git_story/logo.png +include license