pulp
pulp copied to clipboard
configuration error: project.license must be valid exactly by one definition
I encounter the exact same issue as https://github.com/vllm-project/vllm/issues/17464 with pulp 3.3.0 with Python 3.13.1 on Linux
can you make a PR to fix it?
I am not sure if I did the "right" thing to remove the warning, but it was removed!
Basically, in the pyproject.toml file, I removed the
license-files line,
and replaced
license = "MIT"
by
license = {text = "MIT"}
I guess, there should be a solution to also keep the license-files line.
And if pypi uses the pyproject.toml file for the metadata, I don't know how it will render license = {text = "MIT"}