Fix script installation in pyproject.toml
The setup.cfg to pyproject.toml migration (c6b5d46) placed the bin/ scripts under [tool.setuptools.data-files] with a “scripts” key, which installs them as data files rather than as executables on $PATH. This breaks docs jobs that depend on doc-tools-build-rst being available as a command.
Move the scripts to [tool.setuptools] script-files, which is the correct mechanism for installing non-Python executable scripts.
Change-Id: I8c89c47923dd5c2abcfdaf2159334301d84406da Signed-off-by: Goutham Pacha Ravi gouthampravi@gmail.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号