156:1e18b2a416ad | 157:03b470b0a05f |
---|---|
56 "pytz", | 56 "pytz", |
57 "pyyaml", | 57 "pyyaml", |
58 ], | 58 ], |
59 entry_points={ | 59 entry_points={ |
60 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main', | 60 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main', |
61 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main'], | 61 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main', |
62 'licel2tc = atmospheric_lidar.scripts.licel2tc:main'], | |
62 }, | 63 }, |
63 ) | 64 ) |