1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
Files
jc/build-package.sh

6 lines
127 B
Bash
Raw Normal View History

2019-10-15 15:06:09 -07:00
#!/bin/bash
# build jc PIP package
# to install locally, run: pip3 install jc-x.x.tar.gz
python3 setup.py sdist bdist_wheel