diff -r 6d6512752932 -r 51b799247d67 setup.py --- a/setup.py Sun Feb 26 22:28:30 2017 +0200 +++ b/setup.py Sun Feb 26 22:30:27 2017 +0200 @@ -54,6 +54,7 @@ "sphinx", ], entry_points={ - 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main'], + 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main', + 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main'], }, )