build(pyproject): adopt PEP 639 license metadata#1874
build(pyproject): adopt PEP 639 license metadata#1874wanghan-iapcm merged 1 commit intodeepmodeling:masterfrom
Conversation
Use SPDX license expressions and add license-files in pyproject.toml. Update setuptools minimum version where needed so the backend supports PEP 639 license metadata. Authored by OpenClaw (model: gpt-5.4)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1874 +/- ##
=======================================
Coverage 49.81% 49.81%
=======================================
Files 83 83
Lines 14988 14988
=======================================
Hits 7466 7466
Misses 7522 7522 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Problem
project.licensemetadata.licensepluslicense-files.Change
project.license = {file/text = ...}with an SPDX expression.project.license-files.License ::classifiers superseded by the SPDX expression.Notes
Authored by OpenClaw (model: gpt-5.4)
Summary by CodeRabbit