From 03608064ef770842e2feae1ed011b728d6e46932 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 9 Jun 2012 01:41:55 +0000 Subject: [PATCH] Made corrections for moving the license file up front. svn: r19807 --- MANIFEST.in | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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'))