Skip to content

Comments

No change needed: packages path in pyproject.toml is correct#24

Closed
Copilot wants to merge 1 commit intorefactor-python-codefrom
copilot/sub-pr-17-yet-again
Closed

No change needed: packages path in pyproject.toml is correct#24
Copilot wants to merge 1 commit intorefactor-python-codefrom
copilot/sub-pr-17-yet-again

Conversation

Copy link

Copilot AI commented Feb 19, 2026

A bot review comment suggested changing packages = ["python/src/open_echo"] to ["src/open_echo"] in pyproject.toml. This was incorrect — pyproject.toml lives at the project root, so the full relative path python/src/open_echo is required for hatch to locate the package.

Assessment

  • pyproject.toml is at the repo root, not inside python/
  • Package source is at python/src/open_echo/
  • packages = ["python/src/open_echo"] is the correct hatch wheel target path
  • No code changes required; addressed via comment clarification

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix pyproject.toml location in refactor PR No change needed: packages path in pyproject.toml is correct Feb 19, 2026
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.

2 participants