setup.py

changeset 58
c97f146dfa32
parent 56
853ab74421c1
child 66
51b799247d67
equal deleted inserted replaced
57:103b093f9895 58:c97f146dfa32
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 )

mercurial