This commit is contained in:
Dimitris Zlatanidis 2015-09-17 05:12:01 +03:00
parent f9f297aea8
commit 0f03a57873
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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):