62:aad6de809009 | 63:ed4ae866a95a |
---|---|
53 "sphinx", | 53 "sphinx", |
54 "pytest", | 54 "pytest", |
55 "netcdf4", | 55 "netcdf4", |
56 ], | 56 ], |
57 entry_points={ | 57 entry_points={ |
58 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main'], | 58 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main', |
59 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main'], | |
59 }, | 60 }, |
60 ) | 61 ) |