The repository README suggests python setup.py sdist. The community seems to be moving toward something more like python -m build for wider support of build systems so it could be that there is some more future-proof equivalent command that we should use.
The repository README suggests
python setup.py sdist
. The community seems to be moving toward something more likepython -m build
for wider support of build systems so it could be that there is some more future-proof equivalent command that we should use.