mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-04-12 06:10:17 +00:00
better packer docstring
This commit is contained in:
parent
1e38bfa123
commit
3ce005cf37
5 changed files with 66 additions and 19 deletions
12
Makefile
12
Makefile
|
|
@ -1,12 +1,16 @@
|
|||
.PHONY: test all python3
|
||||
|
||||
all:
|
||||
all: cython
|
||||
python setup.py build_ext -i -f
|
||||
python setup.py build sdist
|
||||
|
||||
python3:
|
||||
doc-serve: all
|
||||
cd docs && make serve
|
||||
|
||||
cython:
|
||||
cython msgpack/*.pyx
|
||||
|
||||
python3: cython
|
||||
python3 setup.py build_ext -i -f
|
||||
python3 setup.py build sdist
|
||||
|
||||
test:
|
||||
py.test test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue