diff -r aad6de809009 -r ed4ae866a95a setup.py --- a/setup.py Sun Feb 26 22:13:09 2017 +0200 +++ b/setup.py Sun Feb 26 22:13:32 2017 +0200 @@ -55,6 +55,7 @@ "netcdf4", ], 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'], }, )