setup.py

changeset 107
2f3f75e5b99e
parent 101
3e97bd360eda
child 109
8e4a9a8c03d7
equal deleted inserted replaced
106:6511136e6937 107:2f3f75e5b99e
50 install_requires=[ 50 install_requires=[
51 "netCDF4", 51 "netCDF4",
52 "numpy", 52 "numpy",
53 "matplotlib", 53 "matplotlib",
54 "sphinx", 54 "sphinx",
55 "pytz",
55 ], 56 ],
56 entry_points={ 57 entry_points={
57 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main', 58 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main',
58 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main'], 59 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main'],
59 }, 60 },

mercurial