mirror of https://github.com/nicolargo/glances.git
Glances 2.6RC1 - Test it ll!
This commit is contained in:
parent
15051499c4
commit
be16b9992b
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "GLANCES" "1" "March 05, 2016" "2.6beta" "Glances"
|
.TH "GLANCES" "1" "mars 11, 2016" "2.5.1" "Glances"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
glances \- An eye on your system
|
glances \- An eye on your system
|
||||||
.
|
.
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ import sys
|
||||||
|
|
||||||
# Global name
|
# Global name
|
||||||
__appname__ = 'glances'
|
__appname__ = 'glances'
|
||||||
__version__ = '2.6beta'
|
__version__ = '2.6_RC1'
|
||||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||||
__license__ = 'LGPL'
|
__license__ = 'LGPL'
|
||||||
|
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -47,13 +47,13 @@ def get_requires():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Glances',
|
name='Glances',
|
||||||
version='2.5.1',
|
version='2.6',
|
||||||
description="A cross-platform curses-based monitoring tool",
|
description="A cross-platform curses-based monitoring tool",
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
author='Nicolas Hennion',
|
author='Nicolas Hennion',
|
||||||
author_email='nicolas@nicolargo.com',
|
author_email='nicolas@nicolargo.com',
|
||||||
url='https://github.com/nicolargo/glances',
|
url='https://github.com/nicolargo/glances',
|
||||||
# download_url='https://s3.amazonaws.com/glances/glances-2.5.1.tar.gz',
|
# download_url='https://s3.amazonaws.com/glances/glances-2.6.tar.gz',
|
||||||
license="LGPL",
|
license="LGPL",
|
||||||
keywords="cli curses monitoring system",
|
keywords="cli curses monitoring system",
|
||||||
install_requires=get_requires(),
|
install_requires=get_requires(),
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Required metadata
|
# Required metadata
|
||||||
sonar.projectKey=glances
|
sonar.projectKey=glances
|
||||||
sonar.projectName=Glances
|
sonar.projectName=Glances
|
||||||
sonar.projectVersion=2.5
|
sonar.projectVersion=2.6
|
||||||
|
|
||||||
# Path to the parent source code directory.
|
# Path to the parent source code directory.
|
||||||
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue