~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Umang Varma
  • Date: 2015-07-11 20:23:33 UTC
  • Revision ID: git-v1:17b868aeb1031ade9f7d4bb35b628dc3e4f71aa0
Updated Italian translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python3
2
2
# -*- coding: utf-8 -*-
3
3
4
 
# Copyright © 2012-2018 Umang Varma <umang.me@gmail.com>
 
4
# Copyright © 2012-2015 Umang Varma <umang.me@gmail.com>
5
5
6
6
# This file is part of indicator-stickynotes.
7
7
81
81
 
82
82
def main():
83
83
    # Default data files
84
 
    data_files = [('', ('COPYING', 'style.css', 'StickyNotes.ui',
85
 
                    'style_global.css', 'GlobalDialogs.ui',
86
 
                    'SettingsCategory.ui')),
 
84
    data_files = [('', ('COPYING', 'style.css', 'StickyNotes.glade',
 
85
                    'style_global.css', 'GlobalDialogs.glade',
 
86
                    'SettingsCategory.glade')),
87
87
                ('/usr/share/applications', ('indicator-stickynotes.desktop',)),
88
88
                ('Icons', glob.glob("Icons/*.png"))]
89
89
    # Icon themes
95
95
            for dir, subdirs, files in os.walk("Icons/" + theme) if files])
96
96
 
97
97
    setup(name='indicator-stickynotes',
98
 
            version='0.5.10',
 
98
            version='0.5.1',
99
99
            description='Sticky Notes Indicator',
100
100
            author='Umang Varma',
101
101
            author_email='umang.me@gmail.com',