We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setup.py is now a legacy build https://pip.pypa.io/en/stable/reference/build-system/setup-py/
We should migrate all projects to use pyproject.toml
pyproject.toml
The text was updated successfully, but these errors were encountered:
@pmbrull are we planning to do this?
Sorry, something went wrong.
Fix #12436 - Migrate to pyproject.toml (#14025)
caaf0e7
* test * Use pyproject.toml * Fix pylint * makefile * makefile * Fix pylint * isort * pyproject * Airflow apis pyproject * Remove ingestion core * isort * Fix makefile help
pmbrull
Successfully merging a pull request may close this issue.
setup.py is now a legacy build https://pip.pypa.io/en/stable/reference/build-system/setup-py/
We should migrate all projects to use
pyproject.toml
The text was updated successfully, but these errors were encountered: