Skip to content

Use pyproject.toml only for installing the generated package #351

@gcroci2

Description

@gcroci2

At the moment, the template creates a package {{cookiecutter.package_name}} containing setup.py, setup.cfg, and a pyproject.toml files for configuring metadata and dependencies of the generated package.

Now everything can be stored in the pyproject.toml files only, as is documented here.

I think it would be a nice upgrade if we remove the .cfg and the .py setup files, keeping the enriched .toml only. I could also open the PR myself, if this is going to be implemented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    templateRelated to the template itself, as opposed to the generated code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions