Revision b50b7f8b client/python/setup.py

View differences:

client/python/setup.py
101 101

  
102 102
    # The setuptools console_scripts entry point wants a function of no arguments.
103 103
    # http://stackoverflow.com/questions/2853088/setuptools-not-passing-arguments-for-entry-points
104
    scripts=['hlrc_client/simple_robot_gaze.py'],
104
    # scripts=[],
105 105

  
106 106
    # To provide executable scripts, use entry points in preference to the
107 107
    # "scripts" keyword. Entry points provide cross-platform support and allow

Also available in: Unified diff