Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/pip-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# Use pip install
- name: Install project
run: python -m pip install -e .
run: python -m pip install . -vv

# Check import works
- name: Check import works with base environment
Expand Down
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ description = Analysis and handling of georeferenced rasters and vectors
keywords = raster, vector, geospatial, gis, xarray
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache 2.0
license = Apache-2.0
license_files = LICENSE
platform = any
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
Natural Language :: English
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Topic :: Scientific/Engineering :: GIS
Topic :: Scientific/Engineering :: Image Processing
Expand Down Expand Up @@ -47,10 +46,7 @@ geoutils =
[options.packages.find]
include =
geoutils
geoutils.raster
geoutils.vector
geoutils.interface
geoutils.pointcloud
geoutils.*

[options.extras_require]
opt =
Expand Down
Loading