Skip to content

Switch to only pyproject.toml#1039

Merged
BryceStevenWilley merged 2 commits intomainfrom
only_pyproject_toml
Apr 7, 2026
Merged

Switch to only pyproject.toml#1039
BryceStevenWilley merged 2 commits intomainfrom
only_pyproject_toml

Conversation

@rajeswari1301
Copy link
Copy Markdown
Contributor

Changes:

  • Deleted setup.py, setup.cfg, and requirements.txt -since pyproject.toml already handled everything
  • Moved dev dependencies (mypy, type stubs, etc) into [dependency-groups] in pyproject.toml
  • Expanded MANIFEST.in

Keeping everything in one file (pyproject.toml) is cleaner and sets us up to use uv in CI for faster installing.

Note: pythontests reusable workflow in ALActions currently installs from requirements.txt. That will need to be updated separately to install from [dependency-groups] instead.

Default version is too old, doesn't work with pyproject.toml only projects.
Copy link
Copy Markdown
Contributor

@BryceStevenWilley BryceStevenWilley left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@BryceStevenWilley BryceStevenWilley merged commit aea77fa into main Apr 7, 2026
8 checks passed
@BryceStevenWilley BryceStevenWilley deleted the only_pyproject_toml branch April 7, 2026 16:38
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