Open-EO / openeo-aggregator

openEO driver that combines multiple other drivers
https://open-eo.github.io/openeo-aggregator/
Apache License 2.0
1 stars 1 forks source link

Switch to pyproject.toml #116

Open soxofaan opened 1 year ago

soxofaan commented 1 year ago

In modern python packaging, it's nowadays recommended to put project metadata in a static pyproject.toml config file instead of an executable setup.py.

The aggregator project is simple enough to try this out and see if all our internal (Jenkins) pipelines properly support that