Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
added missing ,
  • Loading branch information
ims21 committed Sep 4, 2012
1 parent 85e7f46 commit f953678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup (name = 'enigma2-plugin-extensions-snmpagent',
version = '2.0.4',
description = 'Snmp Agent to monitor your Enigma2 with a management system',
package_dir = {pkg: 'plugin'}
package_dir = {pkg: 'plugin'},
packages = [pkg],
package_data = {pkg: ['SnmpAgent.png', 'locale/*/LC_MESSAGES/*.mo']},
cmdclass = setup_translate.cmdclass, # for translation
Expand Down

0 comments on commit f953678

Please sign in to comment.