mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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 sys
|
||||||
import gzip
|
import gzip
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
from slpkg.md5sum import md5
|
from slpkg.md5sum import md5
|
||||||
from slpkg.__metadata__ import MetaData as _m
|
from slpkg.__metadata__ import MetaData as _m
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
@ -65,8 +63,7 @@ setup(
|
||||||
long_description=open("README.rst").read()
|
long_description=open("README.rst").read()
|
||||||
)
|
)
|
||||||
|
|
||||||
# install man page and blacklist configuration
|
# install man page and configuration files
|
||||||
# file if not exists.
|
|
||||||
if "install" in sys.argv:
|
if "install" in sys.argv:
|
||||||
man_path = "/usr/man/man8/"
|
man_path = "/usr/man/man8/"
|
||||||
if not os.path.exists(man_path):
|
if not os.path.exists(man_path):
|
||||||
|
|
Loading…
Add table
Reference in a new issue