Skip to content

Missing license information in pyproject.toml #57

@Glinte

Description

@Glinte

It is currently license = "NoLicense" but afaict this repo only has one LICENSE and it is an MIT variant.

Since your MIT license is modified it probably needs to be like this

[project]
license = "LicenseRef-InfisicalSDK-Modified-MIT"
license-files = ["LICENSE"]

https://packaging.python.org/en/latest/specifications/pyproject-toml/#license
https://packaging.python.org/en/latest/specifications/license-expression/

The "InfisicalSDK-Modified-MIT" part is only my suggestion and can be any name following the spec

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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