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