~kenneth-arnold/luminoso/divisi2-port

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Speer
  • Date: 2010-02-24 21:03:39 UTC
  • Revision ID: rspeer@new-caledonia.media.mit.edu-20100224210339-3fha4qwfh0lkfp1i
making the mac build work better

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    'Topic :: Text Processing :: Linguistic',]
28
28
 
29
29
INCLUDES = ["sip", "PyQt4.QtCore", "PyQt4.Qt", "PyQt4.QtGui", "PyQt4._qt",
30
 
            'csc.nl.en', 'csc.nl.euro', 'csc.nl', 'csc.nl.mblem',
31
 
            'csc.nl.mblem.trie',
32
30
            'csc.divisi.tensor', 'spyderlib', 'jinja2', 'numpy',
33
31
            'simplejson', 'chardet']
34
32
DATA_FILES = ['icons']
48
46
    app=['luminoso/run_luminoso.py'],
49
47
    scripts=['luminoso/run_luminoso.py'],
50
48
    windows=[{'script': 'luminoso/run_luminoso.py'}],
51
 
    install_requires=['csc-utils >= 0.4.2', 'divisi >= 0.6.8', 'conceptnet >= 4.0rc2', 'ipython == 0.9.1', 'jinja2', 'chardet'],
 
49
    install_requires=['csc-utils >= 0.4.2', 'divisi >= 0.6.8', 'ipython == 0.9.1', 'jinja2', 'chardet'],
52
50
    package_data={'csc.nl': ['mblem/*.pickle', 'en/*.txt']},
53
51
    include_package_data=True,
54
52
    #data_files=DATA_FILES,