Conversation
Patent grant matters for governance infrastructure. Aligns with hummbl-governance (flagship repo) which already uses Apache 2.0. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a3ed7f5cdc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| description = "Deterministic, polyglot code quality scoring with governance integration" | ||
| readme = "README.md" | ||
| license = "MIT" | ||
| license = {text = "Apache-2.0"} |
There was a problem hiding this comment.
Use SPDX string for project license metadata
Switching project.license to a TOML table ({text = "Apache-2.0"}) introduces a deprecated configuration path in setuptools: with setuptools 77+ (and this repo requires setuptools>=82.0.1), metadata generation emits SetuptoolsDeprecationWarning for table-form licenses and indicates this will become a build error in the future. This can break packaging workflows that treat warnings as errors and creates avoidable forward-compatibility risk; use the SPDX string form (license = "Apache-2.0") and project.license-files if needed.
Useful? React with 👍 / 👎.
Summary
Why: Patent grant matters for governance infrastructure. Aligns all HUMMBL repos on Apache 2.0. Fixes inconsistency where hummbl.io and different repos claimed different licenses.
Test plan
head -2 LICENSEshows Apache Licensegrep license pyproject.tomlshows Apache-2.0🤖 Generated with Claude Code