Skip to content

Add Apache-2.0 license to pyproject.toml#341

Merged
FileSystemGuy merged 1 commit intomlcommons:mainfrom
sahilgupta221:add-license-to-pyproject
Apr 16, 2026
Merged

Add Apache-2.0 license to pyproject.toml#341
FileSystemGuy merged 1 commit intomlcommons:mainfrom
sahilgupta221:add-license-to-pyproject

Conversation

@sahilgupta221
Copy link
Copy Markdown
Contributor

Fixes #340

The LICENSE.md file specifies Apache 2.0 but pyproject.toml was missing the license field.
This caused pip show mlpstorage to report an empty license.

Change: Added license = {text = "Apache-2.0"} to the [project] section.

Verified:

  1. Before: License: (empty)
  2. After: License: Apache-2.0
  3. One metadata line added, no code changes.

@sahilgupta221 sahilgupta221 requested a review from a team April 15, 2026 23:51
@github-actions
Copy link
Copy Markdown

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@FileSystemGuy FileSystemGuy merged commit da91614 into mlcommons:main Apr 16, 2026
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 16, 2026
@sahilgupta221 sahilgupta221 deleted the add-license-to-pyproject branch April 16, 2026 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pyproject.toml missing license field

3 participants