Commit 1194bad8 authored by Jason R. Coombs's avatar Jason R. Coombs

Correct syntax in gui_scripts. Fixes #238.

parent 0341e4d0
......@@ -479,7 +479,7 @@ script called ``baz``, you might do something like this::
'bar = other_module:some_func',
],
'gui_scripts': [
'baz = my_package_gui.start_func',
'baz = my_package_gui:start_func',
]
}
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment