diff --git a/MANIFEST.in b/MANIFEST.in index 259f1da1c..ccd647cea 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include AUTHORS include COPYING include FAQ include INSTALL +include LICENSE include MANIFEST.in include NEWS include RELEASE_NOTES diff --git a/setup.py b/setup.py index 70a59bacf..1fbc2982b 100644 --- a/setup.py +++ b/setup.py @@ -277,7 +277,8 @@ class install(_install): else: update_posix() -DOC_FILES = ['AUTHORS', 'COPYING', 'FAQ', 'INSTALL', 'NEWS', 'README', 'TODO'] +DOC_FILES = ['AUTHORS', 'COPYING', 'FAQ', 'INSTALL', 'LICENSE', 'NEWS', + 'README', 'TODO'] GEDCOM_FILES = glob.glob(os.path.join('example', 'gedcom', '*.*')) GRAMPS_FILES = glob.glob(os.path.join('example', 'gramps', '*.*')) PNG_FILES = glob.glob(os.path.join('data', '*.png'))