File: package.sh

package info (click to toggle)
mod-wsgi 4.7.1-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,304 kB
  • sloc: ansic: 14,844; python: 3,636; makefile: 216; sh: 104
file content (15 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

set -eo pipefail

rm -rf build dist

rm -f pyproject.toml

python setup.py sdist

ln -s pyproject.toml.in pyproject.toml

python setup.py sdist

rm -f pyproject.toml