setup.py

changeset 66
51b799247d67
parent 58
c97f146dfa32
parent 63
ed4ae866a95a
child 94
7e2ab78dffd9
equal deleted inserted replaced
64:6d6512752932 66:51b799247d67
52 "numpy", 52 "numpy",
53 "matplotlib", 53 "matplotlib",
54 "sphinx", 54 "sphinx",
55 ], 55 ],
56 entry_points={ 56 entry_points={
57 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main'], 57 'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main',
58 'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main'],
58 }, 59 },
59 ) 60 )

mercurial