mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
Remove wrong download_url from package metadata
This commit is contained in:
parent
c6c4e59f4c
commit
318ddfc052
2 changed files with 9 additions and 4 deletions
6
Makefile
6
Makefile
|
|
@ -20,3 +20,9 @@ python3: cython
|
|||
|
||||
test:
|
||||
py.test test
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf build
|
||||
rm msgpack/*.so
|
||||
rm -rf msgpack/__pycache__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue