mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
9 lines
217 B
Bash
Executable File
9 lines
217 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
rm -rf flit_core/flit_core/vendor/
|
|
python flit_core/build_dists.py
|
|
|
|
python -m installer -d "$1" "flit_core/dist/flit_core-$2-py3-none-any.whl"
|
|
|
|
rm -rf "$1"/usr/lib/python3*/site-packages/flit_core/tests
|