Skip to content

Conversation

@saquibsaifee
Copy link
Member

@saquibsaifee saquibsaifee commented Aug 1, 2025

Fixes #169

This file defines the PEP 517 build system for detect-secrets using setuptools.

Adding pyproject.toml allows pip to build detect-secrets via the standardized PEP 517 interface instead of the legacy setup.py build. This avoids the deprecation warning shown during installation with pip 25.

This file defines the PEP 517 build system for detect-secrets using setuptools.

Adding pyproject.toml allows pip to build detect-secrets via the standardized PEP 517 interface instead of the legacy setup.py build. This avoids the deprecation warning shown during installation with pip 25.


Signed-off-by: Saquib Saifee <[email protected]>
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.

PEP 517 deprecation warning when installing detect-secrets (missing pyproject.toml)

1 participant