version 1.7

pull/277/merge v1.7
Nicolas Hennion 2013-08-10 15:32:09 +02:00
parent ab54334742
commit 7e8b9736a5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ for mo in glob.glob('i18n/*/LC_MESSAGES/*.mo'):
data_files.append((os.path.dirname(mo).replace('i18n/', 'share/locale/'), [mo]))
setup(
name='Glances',
name='glances',
version='1.7',
description="A cross-platform curses-based monitoring tool",
long_description=open('README.rst').read(),