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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions