2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/python-docutils/build
2024-04-21 13:07:42 -05:00

5 lines
115 B
Bash
Executable File

#!/bin/sh -e
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
python -m installer -d "$1" .dist/*.whl