~gtg-user/gtg/multiple_selection

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Paul Natsuo Kishimoto
  • Date: 2010-06-02 18:12:23 UTC
  • mto: This revision was merged to the branch mainline in revision 800.
  • Revision ID: mail@paul.kishimoto.name-20100602181223-vkvzreu3i0tiin3l
 * First commit in code re-layout.
  * GTG.taskbrowser now GTG.gtk.browser
  * GTG.taskeditor now GTG.gtk.editor
  * GTG.viewmanager now GTG.gtk
 * Update references to these modules.
 * Miscellaneous whitespace changes and import reordering per PEP 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    'GTG.backends',
122
122
    'GTG.core',
123
123
    'GTG.core.plugins',
124
 
    'GTG.taskbrowser',
125
 
    'GTG.viewmanager',
126
 
    'GTG.taskeditor',
 
124
    'GTG.gtk',
 
125
    'GTG.gtk.editor',
 
126
    'GTG.gtk.browser',
127
127
    'GTG.tools',
128
128
    'GTG.plugins',
129
129
    'GTG.plugins.bugzilla',
140
140
    'GTG.plugins.import_json',
141
141
    ],
142
142
  package_data = {
143
 
    'GTG.taskbrowser': ['taskbrowser.glade'],
144
 
    'GTG.taskeditor': ['taskeditor.glade'],
145
 
    'GTG.viewmanager': ['preferences.glade', 'deletion.glade'],
146
143
    'GTG.core.plugins': ['pluginmanager.glade'],
 
144
    'GTG.gtk': ['preferences.glade', 'deletion.glade'],
 
145
    'GTG.gtk.browser': ['taskbrowser.glade'],
 
146
    'GTG.gtk.editor': ['taskeditor.glade'],
147
147
    'GTG.plugins': [
148
148
        'bugzilla.gtg-plugin',
149
149
        'export.gtg-plugin',