2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00
repo/extra/python-docutils/build

5 lines
115 B
Plaintext
Raw Permalink Normal View History

2022-09-30 03:20:37 -06:00
#!/bin/sh -e
2024-04-21 12:07:42 -06:00
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
python -m installer -d "$1" .dist/*.whl