pypackage-template
pypackage-template copied to clipboard
feat: rename variables to support user configs
Description of change
Closes #879
Pull-Request Checklist
- [ ] Code is up-to-date with the
mainbranch - [ ] This pull request follows the contributing guidelines.
- [ ] This pull request links relevant issues as
Fixes #0000 - [ ] There are new or updated unit tests validating the change
- [ ] Documentation has been updated to reflect this change
- [ ] The new commits follow conventions outlined in the conventional commit spec, such as "fix(api): prevent racing of requests".
- If pre-commit.ci is failing, try
pre-commit run -afor further information.- If CI / test is failing, try
uv run pytestfor further information.
copier copy --trust --vcs-ref feat/support-user-configs "gh:34j/pypackage-template"