mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-10 11:26:35 +03:00
Last? commit for the 1.7 version / Change setup.py / Version number
This commit is contained in:
parent
b784d30af0
commit
ab54334742
@ -19,7 +19,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
__appname__ = 'glances'
|
||||
__version__ = "1.7RC6"
|
||||
__version__ = "1.7"
|
||||
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
|
||||
__licence__ = "LGPL"
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ setup(
|
||||
author='Nicolas Hennion',
|
||||
author_email='nicolas@nicolargo.com',
|
||||
url='https://github.com/nicolargo/glances',
|
||||
# download_url='https://s3.amazonaws.com/glances/glances-1.7a.tar.gz',
|
||||
# download_url='https://s3.amazonaws.com/glances/glances-1.7.tar.gz',
|
||||
license="LGPL",
|
||||
keywords="cli curses monitoring system",
|
||||
install_requires=['psutil>=0.4.1'],
|
||||
|
Loading…
Reference in New Issue
Block a user