~saviq/elisa/subtitle_chardet

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 'ugly' bundle
ugly_plugins = ['flickr',
                'lirc',
                'shoutcast',
                'youtube',
               ]

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