Skip to content

Commit

Permalink
Merge pull request #72 from stac-utils/fix/naip-subpackage
Browse files Browse the repository at this point in the history
Add naip as a extra subpackage
  • Loading branch information
lossyrob authored Mar 25, 2021
2 parents 01d157c + 4eddc1a commit 0005b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def requirement_name(self):
Subpackage('aster', is_extra=True),
Subpackage('corine', is_extra=True),
Subpackage('landsat', is_extra=True),
Subpackage('naip', is_extra=True),
Subpackage('planet', is_extra=True),
Subpackage('browse', is_extra=True),
Subpackage('sentinel2', is_extra=True)
Expand Down

0 comments on commit 0005b59

Please sign in to comment.