Made corrections for moving the license file up front.

svn: r19807
This commit is contained in:
Rob G. Healey 2012-06-09 01:41:55 +00:00
parent f36e8594f9
commit 03608064ef
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ include AUTHORS
include COPYING
include FAQ
include INSTALL
include LICENSE
include MANIFEST.in
include NEWS
include RELEASE_NOTES

View File

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