diff options
author | mg <> | 2009-01-10 14:29:48 +0000 |
---|---|---|
committer | mg <> | 2009-01-10 14:29:48 +0000 |
commit | 097d9b48f37dee61d8ad40ef719ea4743fcc89da (patch) | |
tree | 37d6d4eb5694cd70f3feb2018e8a8adb7809c807 | |
parent | 5af82a79e1e81e88dd257fc6bbe0fdee65ca05a5 (diff) |
Use gui_scripts rather than console_scripts. AFAIU it only matters on Windows.
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ setup( test_suite='gtimelog.test_gtimelog', zip_safe=False, entry_points=""" - [console_scripts] + [gui_scripts] gtimelog = gtimelog.gtimelog:main """, # This is true, but pointless, because easy_install PyGTK chokes and dies |