Files
landsat-util/setup.py
lpinner 982776f496 Use setuptools 'entry_points': 'console_scripts' if setuptools is installed (#206)
Replace scripts=['bin/landsat'] with entry_points={'console_scripts':['landsat=landsat.landsat:__main__']} if if setuptools is installed.

This allows cross platform generation of executable scripts. The current use of the distutils scripts argument just copies bin/landsat to (Python dir)\Scripts on Windows.
2016-10-20 09:57:15 +11:00

1.2 KiB