46 'Intended Audience :: Science/Research', |
46 'Intended Audience :: Science/Research', |
47 'Topic :: Scientific/Engineering :: Atmospheric Science', |
47 'Topic :: Scientific/Engineering :: Atmospheric Science', |
48 ], |
48 ], |
49 keywords='lidar aerosol licel SCC', |
49 keywords='lidar aerosol licel SCC', |
50 install_requires=[ |
50 install_requires=[ |
|
51 "netCDF4", |
51 "numpy", |
52 "numpy", |
52 "matplotlib", |
53 "matplotlib", |
53 "sphinx", |
54 "sphinx", |
54 "pytest", |
|
55 "netcdf4", |
|
56 "coloredlogs", |
|
57 ], |
55 ], |
58 entry_points={ |
56 entry_points={ |
59 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main'], |
57 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main'], |
60 }, |
58 }, |
61 ) |
59 ) |