setup.py

changeset 82
01fdb725ca59
parent 66
51b799247d67
child 94
7e2ab78dffd9
--- a/setup.py	Mon Nov 06 16:01:35 2017 +0200
+++ b/setup.py	Mon Nov 06 16:02:11 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'],
       },
       )

mercurial