prometrix icon indicating copy to clipboard operation
prometrix copied to clipboard

Poetry complains about a missing name in pyproject.toml

Open kastl-ars opened this issue 6 months ago • 0 comments

Dear maintainers,

I am packaging prometrix for openSUSE, to be able to install krr.

Currently I am getting this:

[    6s]   RuntimeError: The Poetry configuration is invalid:                                                                                                                                                                                                [    6s]     - project must contain ['name'] properties

I added three lines to the file to solve this:

[...]
[project]
name = "prometrix"

[...]

I am no Python or Poetry expert, but his was what I read from the Poetry docs (and which fixes this error). Could you please have a look into this?

Thanks in advance.

Kind Regards, Johannes

kastl-ars avatar Jul 25 '25 06:07 kastl-ars