1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-15 00:05:11 +02:00
Files
jc/build-package.sh
Kelly Brazil 3e576250b1 First commit
2019-10-15 15:06:09 -07:00

6 lines
127 B
Bash
Executable File

#!/bin/bash
# build jc PIP package
# to install locally, run: pip3 install jc-x.x.tar.gz
python3 setup.py sdist bdist_wheel