Skip to content

License should be Apache 2.0, not MIT #10

@mzargham

Description

@mzargham

Summary

pyproject.toml line 10 declares license = "MIT" but the intended license is Apache 2.0. Additionally, no LICENSE file exists in the repository root — GitHub shows licenseInfo: null.

Fix

  1. Change pyproject.toml line 10 from license = "MIT" to license = "Apache-2.0"
  2. Add a LICENSE file with the Apache License 2.0 text to the repository root

Files

  • pyproject.toml:10
  • LICENSE (new file)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions