Made corrections for moving the license file up front.
svn: r19807
This commit is contained in:
parent
f36e8594f9
commit
03608064ef
@ -2,6 +2,7 @@ include AUTHORS
|
||||
include COPYING
|
||||
include FAQ
|
||||
include INSTALL
|
||||
include LICENSE
|
||||
include MANIFEST.in
|
||||
include NEWS
|
||||
include RELEASE_NOTES
|
||||
|
3
setup.py
3
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'))
|
||||
|
Loading…
Reference in New Issue
Block a user