Skip to content

Commit

Permalink
Fix setup.py for roam.config'
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 20, 2014
1 parent f59fbb5 commit 42abfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_data_files():

i18nfiles = os.path.join(appsrcopyFilesath, 'i18n\*.qm')

datafiles = [(".", [r'src\settings.config']),
datafiles = [(".", [r'src\roam.config']),
(r'libs\roam\templates', [r'src\roam\templates\info.html',
r'src\roam\templates\error.html']),
(r'libs\roam\templates\bootstrap', glob.glob(r'src\roam\templates\bootstrap\*')),
Expand Down

0 comments on commit 42abfa0

Please sign in to comment.