Skip to content

Poetry complains about a missing name in pyproject.toml #30

@kastl-ars

Description

@kastl-ars

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions