Skip to content

Conversation

@delucchi-cmu
Copy link
Contributor

Change Description

Closes #532

Updates generation of pyproject.toml to use the new format from PEP-639.

In the unit test file, I was about to add a new method, pyproject_toml_is_valid, which would require also calling the initialize_git_repo method in each test method, and I'd had enough. Created a single convenience method for checks that EVERY configuration needs to run.

Checklist

  • This PR is meant for the lincc-frameworks/python-project-template repo and not a downstream one instead.
  • This change is linked to an open issue
  • This change includes integration testing, or is small enough to be covered by existing tests

Copy link

@gitosaurus gitosaurus left a comment

Choose a reason for hiding this comment

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

LGTM

@delucchi-cmu delucchi-cmu merged commit ca23618 into main Sep 23, 2025
5 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/532/license branch September 23, 2025 16:28
@delucchi-cmu delucchi-cmu mentioned this pull request Sep 23, 2025
3 tasks
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.

project.license as a TOML table is deprecated

3 participants