~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Umang Varma
  • Date: 2015-07-02 03:04:30 UTC
  • Revision ID: git-v1:f5bb0c835fc23a3aa7565829ccb18941cdb13126
Made comment in .desktop file shorter and simpler

(hopefully this is easier to translate)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.6',
 
98
            version='0.4.6',
99
99
            description='Sticky Notes Indicator',
100
100
            author='Umang Varma',
101
101
            author_email='umang.me@gmail.com',
105
105
            data_files=data_files,
106
106
            cmdclass={'build': Build, 'install_data': InstallData,
107
107
                'build_po': BuildPo, 'clean':Clean},
108
 
            long_description="Write reminders on notes with Indicator "
109
 
                "Stickynotes")
 
108
            long_description="Indicator Stickynotes helps you jot down "
 
109
            "thoughts, write lists, and make reminders quickly.")
110
110
 
111
111
if __name__ == "__main__":
112
112
    main()