Skip to content

Switch to pyproject.toml#152

Open
Copilot wants to merge 5 commits intomainfrom
copilot/switch-to-pyproject-toml
Open

Switch to pyproject.toml#152
Copilot wants to merge 5 commits intomainfrom
copilot/switch-to-pyproject-toml

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 27, 2026

I took the bot changes, made them actually work, and also

  • Switched to setuptools_scm, which has the benefits of
    • Not being vendored code that easily falls out of date
    • Does not require the full git history
    • Works for me locally
  • Added pyproject-fmt linter
  • Updated the docstring of get_forcefield_dirs_paths

Bot text below the line

Consolidates all Python packaging and tooling config into pyproject.toml, removing setup.py, setup.cfg, and MANIFEST.in.

Description

  • [build-system]setuptools + versioneer[toml]
  • [project] — metadata (name, description, authors, license, readme, entry points, package data) migrated from setup.py
  • [tool.versioneer] — moved from [versioneer] in setup.cfg
  • [tool.coverage.run] — moved from [coverage:run] in setup.cfg
  • Deleted: setup.py, setup.cfg, MANIFEST.in

Copilot AI linked an issue Apr 27, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update Python configuration to use pyproject.toml Switch to pyproject.toml Apr 27, 2026
Copilot AI requested a review from mattwthompson April 27, 2026 13:43
* Update `pyproject.toml`
* Switch to `setuptools_scm`
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ef71ca2) to head (8e723ba).

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mattwthompson mattwthompson marked this pull request as ready for review April 27, 2026 14:06
@mattwthompson mattwthompson requested a review from j-wags as a code owner April 27, 2026 14:06
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.

Switch to pyproject.toml

3 participants