From bce21e8c5173c18755203304c4fbc62ca01d7738 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 21 Apr 2014 23:54:39 +0200 Subject: [PATCH] py2app should work, remove comment about it being broken --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8e69aac5..15eef516 100755 --- a/setup.py +++ b/setup.py @@ -20,8 +20,7 @@ Setup file for the distuils module. It includes the following features: - py2exe support (including InnoScript installer generation) -- py2app support (including DMG package generation) - untested for quite some - time and probably broken +- py2app support (including DMG package generation) - cx_Freeze support - Qt plugin installation for py2exe and py2app - Microsoft Visual C++ DLL installation for py2exe