~facundo/encuentro/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Facundo Batista
  • Date: 2013-05-01 23:06:58 UTC
  • Revision ID: facundo@taniquetil.com.ar-20130501230658-wq0a93a9hoia399c
More packages in and wrote down missing dependency (thanks Ricardo Morales for this one)

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-twisted-web 8.2.0
25
26
    python-qt4 4.9.1
26
27
    python-xdg 0.15
27
28
    python-notify 0.1.1   # not really needed, but provides notifications
116
117
                      'and see the content of the Encuentro channel.',
117
118
    url='https://launchpad.net/encuentro',
118
119
 
119
 
    packages=["encuentro"],
 
120
    packages=["encuentro", "encuentro.ui"],
120
121
    package_data={
121
122
        "encuentro": ["ui/media/*", "logos/icon-*.png"],
122
123
        "": ["encuentro.desktop", "source_encuentro.py", "version.txt"],
 
124
        "qtreactor": ["qt4reactor.py", "README", "LICENSE",
 
125
                      "twisted/plugins/qt4.py"],
123
126
    },
124
127
    scripts=["bin/encuentro"],
125
128