pytroll / fogpy

Satellite based fog and low stratus detection and nowcasting
http://fogpy.readthedocs.io/en/latest
GNU General Public License v3.0
20 stars 10 forks source link

Modernise setup/version #88

Closed gerritholl closed 3 years ago

gerritholl commented 3 years ago

Currently, I have a setup.py with a self-hacked git revision in the version number. This should be replaced by setuptools-scm. Now that I'm at it, I should also use pyproject.toml, which is apparently the most modern way of setting up stuff.