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