Skip to content

Commit

Permalink
setup.py updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 14, 2014
1 parent abf3ed8 commit ac73992
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit ac73992

Please sign in to comment.