From 39e2c0502a8f9f73da05fcaa0ac7d5f85f09e840 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 23 Jan 2020 13:14:02 +0100 Subject: [PATCH] Revert "Include changelog and license in sourceballs" This reverts commit e70c7a716372010b27f1d85478de84a007ec6aa6. --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index b156c4f..a68ff93 100644 --- a/setup.py +++ b/setup.py @@ -47,8 +47,5 @@ setup( 'console_scripts': [ 'toot=toot.console:main', ], - }, - data_files=[ - ("", ["LICENSE", "CHANGELOG.md"]) - ] + } )