From ac73992649d609f7d2b003ae95219d1865e3f3dc Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Sun, 14 Sep 2014 11:25:24 +0300 Subject: [PATCH] setup.py updates --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 465b38c..d70f312 100644 --- a/setup.py +++ b/setup.py @@ -3,10 +3,13 @@ setup( name='vpoller', version='0.2.9', - description='VMware vSphere Distributed Pollers', + description='Distributed VMware vSphere API Proxy', + long_description=open('README.rst').read(), author='Marin Atanasov Nikolov', author_email='dnaeon@gmail.com', license='BSD', + url='https://github.com/dnaeon/py-vpoller', + download_url='https://github.com/dnaeon/py-vpoller/releases', packages=['vpoller', 'vpoller.helpers'], package_dir={'': 'src'}, scripts=[