Skip to content

Commit

Permalink
Update setup.py to install zabbix-cli-init and default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelma committed Mar 25, 2015
1 parent b17795b commit a650432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
author_email='rafael@postgresql.org.es',
url='http://www.zabbix-cli.org/',
packages=['zabbix_cli',],
scripts=['bin/zabbix-cli','bin/zabbix-cli-bulk-execution'],
scripts=['bin/zabbix-cli','bin/zabbix-cli-bulk-execution','bin/zabbix-cli-init'],
data_files=[('/etc/zabbix-cli', ['etc/zabbix-cli.conf'])],
platforms=['Linux'],
classifiers=[
'Environment :: Console',
Expand Down

0 comments on commit a650432

Please sign in to comment.