From e70c7a716372010b27f1d85478de84a007ec6aa6 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 21 Jan 2020 09:19:44 +0100 Subject: [PATCH] Include changelog and license in sourceballs issue #133 --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ccaf473..f906755 100644 --- a/setup.py +++ b/setup.py @@ -47,5 +47,8 @@ setup( 'console_scripts': [ 'toot=toot.console:main', ], - } + }, + data_files=[ + ("", ["LICENSE", "CHANGELOG.md"]) + ] )