Check Existing Issues
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
Check Existing Issues
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:
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