GeoStat-Framework / GSTools

GSTools - A geostatistical toolbox: random fields, variogram estimation, covariance models, kriging and much more
https://geostat-framework.org
GNU Lesser General Public License v3.0
544 stars 71 forks source link

Bug: wrong version when installing from archive #274

Closed MuellerSeb closed 1 year ago

MuellerSeb commented 1 year ago

Installing GSTools from zip file gives the wrong version:

> pip install GSTools-main.zip
...
Successfully installed gstools-0.0.0.dev0

This could be solved by using setuptools_scm >v7, where support for git archives is now included.