Skip to content

Fix pyproject.toml to make the lib installable from git#375

Closed
dangusev wants to merge 1 commit intomainfrom
fix/make-installable-from-git
Closed

Fix pyproject.toml to make the lib installable from git#375
dangusev wants to merge 1 commit intomainfrom
fix/make-installable-from-git

Conversation

@dangusev
Copy link
Collaborator

@dangusev dangusev commented Feb 25, 2026

Summary by CodeRabbit

  • Chores
    • Updated build configuration settings in project file.

Note: This release contains only internal configuration adjustments with no user-facing changes or new functionality.

@coderabbitai
Copy link

coderabbitai bot commented Feb 25, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between f38a5b5 and 80a9d4b.

📒 Files selected for processing (1)
  • pyproject.toml
💤 Files with no reviewable changes (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

Build system and version configuration sections removed from pyproject.toml. The build-system block (including requires and build-backend) and tool.hatch.version configuration are deleted, leaving version discovery and build backend unspecified in the configuration file.

Changes

Cohort / File(s) Summary
Build Configuration
pyproject.toml
Removed build-system block (requires, build-backend) and tool.hatch.version block (version source, raw-options) — 8 lines deleted.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

I stripped the scaffolding away,
The hatchling, the vcs—clean, clean decay.
What builds itself needs no blueprint now,
Just versions lost to the void, somehow.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: removing build-system configuration from pyproject.toml to fix git installability issues.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/make-installable-from-git

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.

@dangusev dangusev closed this Feb 25, 2026
@dangusev dangusev deleted the fix/make-installable-from-git branch February 25, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant