Skip to content

Commit

Permalink
Add setup.py file to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 5, 2013
1 parent 88ea7e1 commit 132ca21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from distutils.core import setup

setup(name='vmware-zabbix',
version='1.0.0',
description='VMware poller module for integration with Zabbix',
author='Marin Atanasov Nikolov',
author_email='[email protected]',
license='BSD',
packages=['vmpoller'],
package_dir={'': 'src'},
scripts=['src/vmpoller-client',
'src/vmpoller-proxy',
'src/vmpoller-worker',
'src/vmpoller-cclient/vmpoller-cclient'],
)

0 comments on commit 132ca21

Please sign in to comment.