mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Fixed: pip install fails #106
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
22f7be897a
commit
464cf72d56
1 changed files with 6 additions and 5 deletions
1
setup.py
1
setup.py
|
@ -46,6 +46,7 @@ OPTIONAL_REQUIREMENTS = [
|
||||||
# Non-Python/non-PyPI optional dependencies:
|
# Non-Python/non-PyPI optional dependencies:
|
||||||
# ascii diagram: graph-easy (available from SBo repository)
|
# ascii diagram: graph-easy (available from SBo repository)
|
||||||
|
|
||||||
|
if "--install" not in sys.argv:
|
||||||
logo_fname = os.path.join(os.path.dirname(__file__), 'logo.txt')
|
logo_fname = os.path.join(os.path.dirname(__file__), 'logo.txt')
|
||||||
with open(logo_fname, 'rb') as f:
|
with open(logo_fname, 'rb') as f:
|
||||||
logo = f.read().decode('utf-8')
|
logo = f.read().decode('utf-8')
|
||||||
|
|
Loading…
Add table
Reference in a new issue