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"]) - ] + } )