~facundo/encuentro/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Facundo Batista
  • Date: 2013-04-16 01:58:03 UTC
  • mfrom: (151.2.7 trunk)
  • Revision ID: facundo@taniquetil.com.ar-20130416015803-btbp3sd6dn5sjyds
Merged trunk back in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
    python-mechanize 0.1.11
24
24
    python-twisted-bin 8.2.0
25
 
    python-gtk2 2.22.0
 
25
    python-qt4 4.9.3
26
26
    python-xdg 0.15
27
27
    python-notify 0.1.1   # not really needed, but provides notifications
28
28
"""
118
118
 
119
119
    packages=["encuentro"],
120
120
    package_data={
121
 
        "encuentro": ["ui/*.glade", "logos/icon-*.png"],
 
121
        "encuentro": ["ui/media/*", "logos/icon-*.png"],
122
122
        "": ["encuentro.desktop", "source_encuentro.py", "version.txt"],
123
123
    },
124
124
    scripts=["bin/encuentro"],