Skip to content

refactor: migrate packaging to pyproject.toml - #108

Merged
JarbasAl merged 2 commits into
devfrom
refactor/pyproject
Jun 20, 2026
Merged

refactor: migrate packaging to pyproject.toml#108
JarbasAl merged 2 commits into
devfrom
refactor/pyproject

Conversation

@JarbasAl

Copy link
Copy Markdown
Member

Migrate packaging to pyproject.toml (PEP 621), dropping setup.py, requirements*.txt, and MANIFEST.in. Dynamic version from version.py.

Verified locally with uv build --wheel: the wheel builds, console scripts and bundled res/ resources are present.

(Re-opened after the release-workflow modernization PR merged — this is the packaging half, now cleanly based on the updated dev.)

🤖 Generated with Claude Code

Replace setup.py + requirements.txt + MANIFEST.in with a single pyproject.toml (PEP 621), dynamic version from ovos_gui/version.py. Verified the wheel builds with correct console scripts and bundled resources. (Release workflow already modernized on dev in a prior PR.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@JarbasAl, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 38 minutes and 26 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d51e325d-69a0-4cd9-97d8-01f59f36df10

📥 Commits

Reviewing files that changed from the base of the PR and between bc5a76c and 5e2b3b5.

📒 Files selected for processing (9)
  • .github/workflows/build_tests.yml
  • .github/workflows/install_tests.yml
  • .github/workflows/publish_stable.yml
  • MANIFEST.in
  • ovos_gui/version.py
  • pyproject.toml
  • requirements/extras.txt
  • requirements/requirements.txt
  • setup.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/pyproject

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Replace bespoke build_tests + install_tests + publish_stable (which ran 'python setup.py ...', now removed) with the shared OpenVoiceOS reusable workflows (build-tests/publish-stable @dev), matching ovos-core. build-tests builds via 'python -m build' and installs the wheel.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Checking back in with the latest test results. 📡

I've aggregated the results of the automated checks for this PR below.

🔨 Build Tests

The assembly line is hummin' along nicely! 🎶

✅ All versions pass

Python Build Install
3.10
3.11
3.12
3.13
3.14

The bits must flow. 🌊

@JarbasAl
JarbasAl marked this pull request as ready for review June 20, 2026 17:14
@JarbasAl
JarbasAl merged commit d5189c3 into dev Jun 20, 2026
8 of 11 checks passed
@JarbasAl
JarbasAl deleted the refactor/pyproject branch June 20, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant