Skip to content

Commit

Permalink
Merge pull request #4 from manaakiwhenua/bhjolly
Browse files Browse the repository at this point in the history
v1.0 with targz for pip
  • Loading branch information
bhjolly authored Oct 28, 2022
2 parents 7e987f7 + 35687b9 commit 208a057
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# file GENERATED by distutils, do NOT edit
setup.py
bin/mw-extent.py
bin/mw-gcptransform.py
bin/mw-gdalvalidate.py
bin/mw-hdfeosgetbands.py
bin/mw-rasterstats.py
bin/mw-rioscalc.py
bin/mw-setbanddescr.py
bin/mw-setvrtband.sh
Binary file added archives/mwlr-geo-utils-1.0.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from distutils.core import setup

setup(name='MWLR-Geo-Utils',
setup(name='mwlr-geo-utils',
version='1.0',
description='Helpful utilities for working with geospatial data',
author='Ben Jolly',
Expand All @@ -15,8 +15,8 @@
'bin/mw-hdfeosgetbands.py',
#'bin/mw-merge.py',
'bin/mw-rasterstats.py',
#'bin/mw-rioscalc.py',
'bin/mw-rioscalc.py',
'bin/mw-setbanddescr.py',
'bin/mw-setvrtband.sh',
],
)
)

0 comments on commit 208a057

Please sign in to comment.