Skip to content
Snippets Groups Projects
Commit de6128aa authored by Pelle Koster's avatar Pelle Koster
Browse files

FIX: fix missing comma

parent 1303e83b
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,8 @@ setup( ...@@ -21,8 +21,8 @@ setup(
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'brian-polling-manager=brian_polling_manager.main:cli', 'brian-polling-manager=brian_polling_manager.main:cli',
'get-interface-stats=brian_polling_manager.interface_stats.cli:cli' 'get-interface-stats=brian_polling_manager.interface_stats.cli:cli',
'report-interface-errors=brian_polling_manager.error_report.cli:cli' 'report-interface-errors=brian_polling_manager.error_report.cli:cli',
] ]
}, },
include_package_data=True, include_package_data=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment