mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated
This commit is contained in:
parent
f9f297aea8
commit
0f03a57873
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
2.9.0 - 17/09/2015
|
||||
Added:
|
||||
- Quit option in new-config command
|
||||
Updated:
|
||||
- Messages and references messages
|
||||
- Image types for graph
|
||||
|
|
3
setup.py
3
setup.py
|
@ -82,7 +82,8 @@ setup(
|
|||
long_description=open("README.rst").read()
|
||||
)
|
||||
|
||||
# install man page and configuration files
|
||||
# Install man page and configuration files
|
||||
# with pip.
|
||||
if "install" in sys.argv:
|
||||
man_path = "/usr/man/man8/"
|
||||
if not os.path.exists(man_path):
|
||||
|
|
Loading…
Add table
Reference in a new issue