File: make_distribution.sh

package info (click to toggle)
python-shelxfile 22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,652 kB
  • sloc: python: 6,347; sh: 11; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# run from project root
source venv/bin/activate
rm -Rf dist
rm -Rf shelxfile.egg-info
pip install pip -U
pip install --upgrade setuptools
python3 -m pip install --upgrade build
python3 -m build