diff --git a/setup.py b/setup.py index e7f2830..df57ca0 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ def load_version(): # installed, specify them here. If using Python 2.6 or less, then these # have to be included in MANIFEST.in as well. package_data={ - '': ['*.md'], + '': ['*.md', 'LICENSE'], }, # Although 'package_data' is the preferred approach, in some case you may