File: setup.py

package info (click to toggle)
moovida-plugins-good 1.0.9%2Bbzr1614-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 472 kB
  • ctags: 388
  • sloc: python: 1,559; makefile: 9; sh: 4
file content (12 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
import sys
from setup_bundle import setup

# List of plugins to be packaged in the 'good' bundle
good_plugins = ['base',
                'gnome',
                'hal',
                'winscreensaver',
               ]

if __name__ == '__main__':
    setup(sys.argv[1:], good_plugins)