Embrace Github and use .md for README
This commit is contained in:
parent
bad9d747e1
commit
43fae0c326
2
setup.py
2
setup.py
@ -406,7 +406,7 @@ else:
|
||||
data_files_core = [('share/mime-info', ['data/gramps.mime']),
|
||||
('share/icons', ['images/gramps.png'])]
|
||||
DOC_FILES = ['AUTHORS', 'COPYING', 'FAQ', 'INSTALL', 'LICENSE', 'NEWS',
|
||||
'README', 'TODO']
|
||||
'README.md', 'TODO']
|
||||
GEDCOM_FILES = glob.glob(os.path.join('example', 'gedcom', '*.*'))
|
||||
GRAMPS_FILES = glob.glob(os.path.join('example', 'gramps', '*.*'))
|
||||
IMAGE_WEB = glob.glob(os.path.join('images', 'webstuff', '*.png'))
|
||||
|
Loading…
Reference in New Issue
Block a user