You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "AnandInguva (via GitHub)" <gi...@apache.org> on 2023/04/17 18:53:07 UTC

[GitHub] [beam] AnandInguva commented on pull request #26288: Upgrade setup.py to pyproject.toml

AnandInguva commented on PR #26288:
URL: https://github.com/apache/beam/pull/26288#issuecomment-1511916811

   More things to do
   1. `python setup.py sdist` is deprecated(setuptools has stopped maintaining it for a while) and we should be using `python -m build --sdist` for building sdists. Also, we should update the beam wiki with updated instructions. More information can be found at https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary
   2. Move the `build-requirements.txt` to `pyproject.toml`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org