mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
Add Python PYPI informations
This commit is contained in:
parent
b2d4c39da3
commit
8a43abdb7a
7
setup.py
7
setup.py
@ -11,14 +11,15 @@ def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
||||
setup( name='Glances',
|
||||
version='1.3.1',
|
||||
version='1.3.2',
|
||||
download_url='https://github.com/downloads/nicolargo/glances/glances-1.3.2.tar.gz',
|
||||
url='https://github.com/nicolargo/glances',
|
||||
description='CLI curses-based monitoring tool',
|
||||
author='Nicolas Hennion',
|
||||
author_email='nicolas@nicolargo.com',
|
||||
license = "LGPL",
|
||||
keywords = "cli curse monitoring system",
|
||||
long_description=read('README'),
|
||||
url='https://github.com/nicolargo/glances',
|
||||
packages=['src'],
|
||||
install_requires=['statgrab>=0.5']
|
||||
install_requires=['pystatgrab>=0.5']
|
||||
)
|
||||
|
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user