Skip to content

feat: add license to pyproject.toml #293

Description

@kenmalton

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

The pyproject.toml file does not state the license, meaning that the license is not available in the pypi project metadata.

Desired Solution you'd like

Add the following to the pyproject.toml file:

[project]
license = "MIT"

https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license

Thank you for your efforts maintaining this project.

Alternatives Considered

No response

Additional Context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions