Revision e21d7f2c tts_bridge/mary/setup.py

View differences:

tts_bridge/mary/setup.py
38 38
    # Choose your license
39 39
    license='GPLv3',
40 40

  
41
    #include package data?
42
    include_package_data = True,
43

  
41 44
    # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
42 45
    classifiers=[
43 46
        # How mature is this project? Common values are
......
90 93
    # installed, specify them here.  If using Python 2.6 or less, then these
91 94
    # have to be included in MANIFEST.in as well.
92 95
    package_data={
96
        '': ['data/connection_failed.*'],
93 97
        #'sample': ['package_data.dat'],
94 98
    },
95 99

  

Also available in: Unified diff