~saurabhanandiit/gtg/exportFixed

« back to all changes in this revision

Viewing changes to setup.py

Merge of my work on liblarch newbase and all the backends ported to liblarch
(which mainly means porting the datastore).
One failing test, will check it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                       ['data/icons/hicolor/scalable/apps/gtg.svg']))
67
67
    # misc
68
68
    data_files.append(('share/applications', ['gtg.desktop']))
69
 
    data_files.append(('share/dbus-1/services', ['org.GTG.service']))
 
69
    data_files.append(('share/dbus-1/services', ['org.gnome.GTG.service']))
70
70
    data_files.append(('share/man/man1', ['doc/gtg.1', 'doc/gtg_new_task.1']))
71
71
    return data_files
72
72