@chatie/grpc
Version:
gRPC for Chatie
37 lines (28 loc) • 531 B
Plain Text
# Makefile for Python Wechaty
#
# GitHb: https://github.com/wechaty/python-wechaty
# Author: Huan LI <zixia@zixia.net> git.io/zixia
#
all : generate
clean:
rm -fr generated/*
install:
pip install -r requirements.txt
pip install -r requirements-dev.txt
pytest:
pytest src/ tests/
code:
code .
dist:
python3 setup.py sdist bdist_wheel
publish:
PATH=~/.local/bin:${PATH} twine upload dist/*
generate:
./generate.sh