chore: license under Apache 2.0#27
Merged
Merged
Conversation
The repo had no LICENSE and no license field in pyproject, leaving the published wheel unlicensed. Adopt Apache-2.0 (patent grant + permissive, consistent with peer projects in the PrimeIntellect-ai org). - Add canonical Apache-2.0 LICENSE, Copyright 2026 Prime Intellect. - Declare SPDX license + license-files glob in pyproject (PEP 639). - Mention license in README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 tasks
hallerite
added a commit
that referenced
this pull request
May 13, 2026
hallerite
added a commit
that referenced
this pull request
May 13, 2026
Brings in ParsedToolCall API (#22), hatch-vcs versioning (#20), Apache 2.0 license (#27), and other commits landed after the PR branched. Resolves conflicts in renderers/__init__.py, renderers/base.py, renderers/parsing.py, and tests/test_roundtrip.py by taking main's ParsedToolCall shape and re-applying the Laguna additions on top.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LICENSEand nolicensefield inpyproject.toml, leaving the published wheel unlicensed.license = "Apache-2.0"andlicense-files = ["LICENSE"]inpyproject.toml(PEP 639) so wheel metadata picks it up.## Licensesection toREADME.md.Test plan
uv buildsucceeds and the resulting wheel's METADATA listsLicense-Expression: Apache-2.0.LICENSEis included in both sdist and wheel.Verification (
uv buildon this branch)Wheel METADATA:
LICENSEis shipped in:renderers-*.dist-info/licenses/LICENSE(PEP 639 location)renderers-*/LICENSEBuild succeeded against the repo's pinned hatchling — no PEP 639 incompatibility.
🤖 Generated with Claude Code