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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
