From 8a43abdb7adc217b7ffe962581c17a48883d5505 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 21 Dec 2011 10:56:55 +0100 Subject: Add Python PYPI informations --- setup.py | 7 ++++--- src/__init__.py | 0 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 src/__init__.py diff --git a/setup.py b/setup.py index aa90da53..2e78c16c 100644 --- a/setup.py +++ b/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'] ) diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3