Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 09408f3c1571cbb746da49a1d2f22702 > files > 2815

python-twisted-17.5.0-1.mga6.x86_64.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"],
)