29 Commits

Author SHA1 Message Date
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
Scisco
7f5998b40b update requirements order 2016-03-24 11:49:08 -04:00
Scisco
ffdc002efa switch dependency to usgs closes #167 2016-03-24 10:33:08 -04:00
Scisco
11d89e1dbd fix usgs dependency closes #154 2016-02-18 14:14:23 -05:00
Scisco
10acbf4950 take six to 1.8.0 because polyline requires it 2016-02-18 00:53:45 -05:00
Scisco
cbfc0da76a add usgs as a dependecy 2016-02-17 23:51:30 -05:00
scisco
9186ec2bd8 add geocoder 2015-12-01 17:41:19 -05:00
Scisco
283bae490b add missing package to setup.py 2015-10-26 15:04:44 -04:00
Scisco
353d401120 fix a typo 2015-09-30 10:32:25 +02:00
Scisco
57df106b07 update package versions 2015-09-22 14:09:09 -04:00
Scisco
5668b4218b update test requirements 2015-04-23 15:44:54 -04:00
Scisco
89c0b8c038 update dep. to latest versions except request 2015-04-23 13:19:29 -04:00
Scisco
1da235daff scipy is a dependency 2015-03-09 16:23:35 -07:00
Scisco
d03bf67ad8 read version from landsat folder 2015-03-09 16:03:33 -07:00
Scisco
3ea6a418a7 updated setup file 2015-03-09 15:20:49 -07:00
Scisco
3e4a68b04d new setup. set version 0.4.5 to allow updates before 0.5.0 release 2015-02-26 19:54:58 -05:00
Scisco
00ad608b4d update file credits 2015-02-26 13:17:07 -05:00
Scisco
b857defc37 Added termcolor 2014-09-17 10:40:28 -04:00
Scisco
835b91fbb2 rolling back to version to 0.2 2014-08-28 18:48:55 -04:00
Scisco
bae7bbe772 Changed version number 2014-08-28 15:03:08 -04:00
Scisco
48cae9c6a7 updated brew and setup 2014-08-28 11:19:24 -04:00
Scisco
d102a0d23c Adding image processing class 2014-08-27 19:32:32 -04:00
Scisco
66c546f558 Added python-dateutil==2.2 2014-08-20 17:13:39 -04:00
Scisco
5b836eb22f Changed readme format 2014-08-08 13:50:37 -04:00
Scisco
3da4b61b80 Updated install requirements 2014-08-07 15:29:42 -04:00
Scisco
f9b33c8389 Adding package data to setup config 2014-08-07 14:40:39 -04:00
Scisco
22f5215ad8 Fixed a subprocess typo 2014-08-07 14:12:12 -04:00
Scisco
85a75545b6 Adding custom error for lack of gdal-config 2014-08-07 13:42:03 -04:00
Scisco
cb2b0a951a Added setup.py and reorganized forlder structure 2014-08-07 12:28:04 -04:00