summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2013-08-10 15:32:09 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2013-08-10 15:32:09 +0200
commit7e8b9736a5390c0b2d8e18669630434b41ef4fdc (patch)
tree210903015d77ed6bc4544233dfe0bba7365aadb1
parentab543347420c43eef1378e04a4f5350556f3e740 (diff)
version 1.7v1.7
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 044bf758..2cd680c3 100755
--- a/setup.py
+++ b/setup.py
@@ -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(),