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 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',), )