The `flepimop2-op_engine/pyproject.toml` currently has no license field or classifiers. ## Scope - Add `license = { file = "LICENSE" }` (after #35 adds the LICENSE file) - Add GPL-3.0 classifier - Verify other metadata fields are present (description, requires-python, etc.) ## Related - #35 (GPL-3.0 LICENSE file)
The
flepimop2-op_engine/pyproject.tomlcurrently has no license field or classifiers.Scope
license = { file = "LICENSE" }(after Add GPL-3.0 LICENSE to flepimop2-op_engine provider package #35 adds the LICENSE file)Related