setup.py

changeset 157
03b470b0a05f
parent 132
dc48952c383d
child 168
9fed2446a59f
equal deleted inserted replaced
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 )

mercurial