Skip to content

Update licence#16

Merged
transientlunatic merged 1 commit intov0.7-previewfrom
update-licence
Dec 17, 2025
Merged

Update licence#16
transientlunatic merged 1 commit intov0.7-previewfrom
update-licence

Conversation

@transientlunatic
Copy link
Collaborator

No description provided.

@transientlunatic transientlunatic changed the base branch from master to v0.7-preview December 17, 2025 07:44
@transientlunatic transientlunatic marked this pull request as ready for review December 17, 2025 07:48
Copilot AI review requested due to automatic review settings December 17, 2025 07:48
@transientlunatic transientlunatic merged commit 910996c into v0.7-preview Dec 17, 2025
2 of 9 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the license specification format in pyproject.toml from the older string-based format to the modern PEP 621 compliant format that references the LICENSE file directly.

  • Replaces license = "MIT" with license = { file = "LICENSE" } to follow current Python packaging standards
  • Ensures the license information is sourced from the LICENSE file in the repository

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

description = "A Python package for managing and interacting with data analysis jobs."
readme = "README.md"
license = "MIT"
license = { file = "LICENSE" }
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a trailing space at the end of this line. Please remove it to maintain clean formatting.

Suggested change
license = { file = "LICENSE" }
license = { file = "LICENSE" }

Copilot uses AI. Check for mistakes.
@transientlunatic transientlunatic deleted the update-licence branch December 19, 2025 08:19
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