Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release > by-pkgid > 248e2f92d9b832e75f95c6042e4252e2 > files > 2740

python-twisted-16.3.2-1.mga6.i586.rpm

"""
Script for building the example.

Usage:
    python setup.py py2app
"""

from distutils.core import setup
import py2app
    
setup(
    app = ['Twistzilla.py'],
    data_files = ["English.lproj"],
)