robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
191 stars 105 forks source link

made setup.py a python executable script by adding shebang at top. added... #16

Closed matthewhanson closed 9 years ago

matthewhanson commented 9 years ago

... matplotlib and scipy as requirements

Py6S requires matplotlib and scipy but they are not in the requirements file. Which means that projects that use Py6S need to add additional requirements to their setups, even if they don't use them directly.

Also added the shebang at top so setup can be run directly.