diff -r 1e18b2a416ad -r 03b470b0a05f setup.py --- a/setup.py Fri Sep 14 16:37:20 2018 +0300 +++ b/setup.py Tue Sep 25 12:43:14 2018 +0300 @@ -58,6 +58,7 @@ ], entry_points={ 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main', - 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main'], + 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main', + 'licel2tc = atmospheric_lidar.scripts.licel2tc:main'], }, )