Add py2app app entry.

This commit is contained in:
Bastian Kleineidam 2011-04-25 15:22:03 +02:00
parent 52fe1b5cb0
commit babea151b0

View file

@ -693,4 +693,5 @@ o a (Fast)CGI web interface (requires HTTP server)
"py2exe": py2exe_options,
"py2app": py2app_options,
},
app = ['linkchecker-gui'],
)