mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 13:26:44 +02:00
added comments to setup.py
This commit is contained in:
2
setup.py
2
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user