Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pyproject.toml to ansible sdist #471

Merged
merged 2 commits into from
Dec 8, 2022

Conversation

gotmax23
Copy link
Contributor

@gotmax23 gotmax23 commented Dec 8, 2022

This tells pip to use the setuptools.build_meta PEP 517 backend to build/install ansible instead of the deprecated interface that calls setup.py directly.

Tools that still call setup.py directly will work exactly the same as before.

@gotmax23 gotmax23 marked this pull request as draft December 8, 2022 20:09
gotmax23 and others added 2 commits December 8, 2022 14:11
This tells pip to use the setuptools.build_meta PEP 517 backend to
build/install ansible instead of the deprecated interface that calls
setup.py directly.

Tools that still call setup.py directly will work exactly the same as
before.
Co-authored-by: Felix Fontein <felix@fontein.de>
@gotmax23 gotmax23 marked this pull request as ready for review December 8, 2022 20:18
@gotmax23 gotmax23 merged commit 54c6eeb into ansible-community:main Dec 8, 2022
@gotmax23
Copy link
Contributor Author

gotmax23 commented Dec 8, 2022

Thanks for reviewing!

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