Add msgpack.version as version tuple.

This commit is contained in:
INADA Naoki 2010-09-02 09:54:38 +09:00
parent 8d0d2bd3fc
commit 8fa64e3ab2
4 changed files with 14 additions and 3 deletions

View file

@ -1,7 +1,12 @@
.PHONY: test all python3
all:
python setup.py build_ext -i -f
python setup.py build sdist
.PHONY: test
python3:
python3 setup.py build_ext -i -f
python3 setup.py build sdist
test:
nosetests test