Revision f33aa5c1

View differences:

client/python/setup.py
99 99
    # In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
100 100
    data_files=[], #('my_data', ['data/data_file'])],
101 101

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

  
105 106
    # To provide executable scripts, use entry points in preference to the
106 107
    # "scripts" keyword. Entry points provide cross-platform support and allow
......
108 109
    entry_points={
109 110
        'console_scripts': [
110 111
            'hlrc_test_gui=hlrc_client.hlrc_test_gui:main',
111
            'simple_robot_gaze=hlrc_client.simple_robot_gaze:runner'
112
        ],
112
            ],
113 113
    },
114 114
)

Also available in: Unified diff