setup.py

changeset 63
ed4ae866a95a
parent 53
cd7cffb43bfd
child 66
51b799247d67
--- 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'],
       },
       )

mercurial