pulp icon indicating copy to clipboard operation
pulp copied to clipboard

configuration error: project.license must be valid exactly by one definition

Open smoretti opened this issue 1 month ago • 2 comments

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

smoretti avatar Nov 27 '25 13:11 smoretti

can you make a PR to fix it?

pchtsp avatar Dec 10 '25 14:12 pchtsp

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"}

smoretti avatar Dec 10 '25 16:12 smoretti