From 117f9462845c3cdfac0c8e37581e9a670517c41a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 14 May 2015 23:43:36 +0300 Subject: [PATCH] update comments --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 54a7b2a6..99a2abdf 100755 --- a/setup.py +++ b/setup.py @@ -25,11 +25,9 @@ import os import sys import gzip import shutil - from slpkg.md5sum import md5 from slpkg.__metadata__ import MetaData as _m - try: from setuptools import setup except ImportError: @@ -65,8 +63,7 @@ setup( long_description=open("README.rst").read() ) -# install man page and blacklist configuration -# file if not exists. +# install man page and configuration files if "install" in sys.argv: man_path = "/usr/man/man8/" if not os.path.exists(man_path):