Add Python PYPI informations

pull/25/merge
nicolargo 2011-12-21 10:56:55 +01:00
parent b2d4c39da3
commit 8a43abdb7a
2 changed files with 4 additions and 3 deletions

View File

@ -11,14 +11,15 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read() return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup( name='Glances', 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', description='CLI curses-based monitoring tool',
author='Nicolas Hennion', author='Nicolas Hennion',
author_email='nicolas@nicolargo.com', author_email='nicolas@nicolargo.com',
license = "LGPL", license = "LGPL",
keywords = "cli curse monitoring system", keywords = "cli curse monitoring system",
long_description=read('README'), long_description=read('README'),
url='https://github.com/nicolargo/glances',
packages=['src'], packages=['src'],
install_requires=['statgrab>=0.5'] install_requires=['pystatgrab>=0.5']
) )

0
src/__init__.py Normal file
View File