Revision f8fa1217 client/python/setup.py

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
    
104

  
102 105
    # To provide executable scripts, use entry points in preference to the
103 106
    # "scripts" keyword. Entry points provide cross-platform support and allow
104 107
    # pip to create the appropriate form of executable for the target platform.
105 108
    entry_points={
106 109
        'console_scripts': [
107
            #'sample=sample:main',
110
            'hlrc_test_gui=hlrc_client.hlrc_test_gui:main',
108 111
        ],
109 112
    },
110 113
)

Also available in: Unified diff