Revision 163a7434 tts_bridge/mary/setup.py

View differences:

tts_bridge/mary/setup.py
107 107
    # pip to create the appropriate form of executable for the target platform.
108 108
    entry_points={
109 109
        'console_scripts': [
110
            'mary_tts_provider=mary_tts_bridg.MaryTTSBridge:main',
110
            'mary_tts_provider=mary_tts_bridge.MaryTTSBridge:main',
111 111
        ],
112 112
    },
113 113
)

Also available in: Unified diff