makepath / xarray-spatial

Raster-based Spatial Analytics for Python
https://xarray-spatial.readthedocs.io/
MIT License
805 stars 81 forks source link

Use setuptools #749

Closed giancastro closed 1 year ago

giancastro commented 1 year ago

@thuydotm , this PR fixes #741. I had to remove the codebase tests, so we will need to add flake8 and isort to Github Actions.

giancastro commented 1 year ago

@thuydotm , we also need to test if xrspatial.__version__ will work fine when installing from pypi and conda forge.

thuydotm commented 1 year ago

Thanks Gian! I can see all the jobs have run successfully. Going to merge this to have the build system work. Any idea why it suddenly failed before?

giancastro commented 1 year ago

No, I wasn't able to know the reason.