From d97c38a42ca4a3f091f7a27d7992df5a40b9355f Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 2 Sep 2012 12:53:01 +0200 Subject: [PATCH] added comments to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index ee9b065..79b474d 100755 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ import glob from Mailnag.common.dist_cfg import PACKAGE_NAME, APP_VERSION +# TODO : This hack won't work with --user and --home options PREFIX = '/usr' for arg in sys.argv: if arg.startswith('--prefix='): @@ -79,6 +80,7 @@ class InstallData(install_data): class Uninstall(Command): def run (self): + # TODO pass