Skip to content

Add pyproject.toml to support pip version 23.1#204

Merged
elfosardo merged 1 commit intoredhat-cip:masterfrom
elfosardo:add-pyprojecttoml
Oct 2, 2025
Merged

Add pyproject.toml to support pip version 23.1#204
elfosardo merged 1 commit intoredhat-cip:masterfrom
elfosardo:add-pyprojecttoml

Conversation

@elfosardo
Copy link
Copy Markdown
Contributor

Version 23.1 of pip removes the "setup.py install" if no pyproject.toml is present.

This change adds a minimal pyproject.toml to use pbr to build wheels.

See https://pip.pypa.io/en/stable/news/#v23-1
and pypa/pip#8368 for more info.

Version 23.1 of pip removes the "setup.py install" if no
pyproject.toml is present.

This change adds a minimal pyproject.toml to use pbr to build
wheels.

See https://pip.pypa.io/en/stable/news/#v23-1
and pypa/pip#8368 for more info.
@dtantsur
Copy link
Copy Markdown
Contributor

dtantsur Approved these changes with read-only permissions

Since when do I have read-only permissions, I wonder..

@elfosardo
Copy link
Copy Markdown
Contributor Author

@dtantsur some recent changes, I also lost permissions for a while
I'll try to fix that

@elfosardo elfosardo merged commit b1fff65 into redhat-cip:master Oct 2, 2025
12 checks passed
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