mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
update comments
This commit is contained in:
parent
7832930446
commit
117f946284
1 changed files with 1 additions and 4 deletions
5
setup.py
5
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):
|
||||
|
|
Loading…
Reference in a new issue