~cseslam/tahrir/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Eslam Mostafa
  • Date: 2012-09-20 21:40:12 UTC
  • Revision ID: cseslam@gmail.com-20120920214012-prc4ee2hpwvfv09j
Add toolbar functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
      description='A simple and neat text editor designed for gnu/linux, Tahrir is an arabic word stands for freedom, also it means Editing,\
9
9
      so mainly i choose that name to indicate to "Editing Freely" since it is an open source application.',
10
10
      packages=['tahrir'],
11
 
      scripts=['bin/tahrir',],
 
11
      scripts=['data/tahrir',],
12
12
      data_files=[('/usr/share/icons/hicolor/scalable/apps', ['data/tahrir.svg']),
13
13
                        ('/usr/share/applications',['data/tahrir.desktop']),
14
14
                        ('/usr/share/glib-2.0/schemas/', ['data/apps.tahrir.gschema.xml']),