Skip to content

Conversation

Copy link

Copilot AI commented Nov 12, 2025

Reviewed the migration from setup.py to pyproject.toml in response to @justinbarclay's question about proper settings transfer.

Findings:

Missing metadata from setup.py:

  • author = "Tidal SW"
  • author_email = "[email protected]"
  • url/homepage = "https://github.com/tidalmigrations/machine_stats"

Dependency changes:

  • requires-python: Changed from ">=3.10,<=3.14" to ">=3.12" (drops Python 3.10/3.11 support)
  • pluginbase: Changed from pinned ==1.0.1 to unpinned (any version)
  • Added ansible>=2.12 (not present in original setup.py)

Awaiting confirmation on whether these changes are intentional before making corrections.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Simplify toolchain to use UV for build and environment management Respond to PR review: Identify missing metadata and dependency changes in pyproject.toml migration Nov 12, 2025
Copilot AI requested a review from justinbarclay November 12, 2025 22:34
@justinbarclay justinbarclay marked this pull request as ready for review November 13, 2025 00:44
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