ENH: modernize package configuration - #1
Merged
Merged
Conversation
* DX: add agents configurations to `.gitignore`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
compwa-python-constraint1.4.0.post1.setuptoolsconfiguration has been migrated fromsetup.pyandsetup.cfgto PEP 621 metadata inpyproject.toml..tar.gzand universal wheel artifacts (PEP 625).⚙️ Enhancements
pyproject.toml(PEP 621) withsetuptools>=77as build backend;setup.pyandsetup.cfgare removed.compwa-python-constraint, withRepository/IssuesURLs pointing atComPWA/python-constraintandDocumentationstill pointing at upstream.license = "BSD-2-Clause"pluslicense-files) instead of the deprecatedLicense ::classifier.constraint.version.__version__via[tool.setuptools.dynamic], and bumped to1.4.0.post1to mark the repackaged release.🖱️ Developer experience
.github/workflows/ci.yml): runs the test suite on Python 3.10–3.14 viauv run --no-project, and a separate job that runsuv build,twine check, and then installs the built wheel into an isolated environment and runstests/against it — so packaged content is verified, not just the working tree..github/workflows/cd.yml): publishes to PyPI on release via trusted publishing (id-token: write), using the ComPWA reusable workflows.FORCE_COLORis set in CI so test and build output is coloured in the GitHub Actions log.pyproject.toml(4-space indent, 88-column width,uv.lockexcluded), and the file is reordered into conventional PEP 621 key order..gitignorenow excludes agent configuration files (/.claude/,/.codex/,/.agents/,AGENTS.md,CLAUDE.md) as well as.venv/anduv.lock.📝 Documentation
README.rstis converted to Markdown asREADME.md, so it renders natively on GitHub and PyPI without a reST toolchain;readmeinpyproject.tomlpoints at the new file..tar.bz2source distribution, whichuvrefuses since 0.12.0, so this fork republishes the same solver as a PEP 625.tar.gzplus apy3-none-anywheel. It states explicitly that solver changes belong upstream.Squash commit messages