rename common file

This commit is contained in:
Junzi Sun
2020-05-04 20:34:25 +02:00
parent 9dde1b63d6
commit 1c6b39322f
6 changed files with 129 additions and 126 deletions

View File

@@ -8,11 +8,12 @@ ext:
python setup.py build_ext --inplace
test:
python setup.py build_ext --inplace
python -m pytest tests
clean:
find pyModeS/decoder -type f -name '*.c' -delete
find pyModeS/decoder -type f -name '*.so' -delete
find pyModeS -type f -name '*.c' -delete
find pyModeS -type f -name '*.so' -delete
find . | grep -E "(__pycache__|\.pyc|\.pyo$$)" | xargs rm -rf
rm -rf *.egg-info
rm -rf .pytest_cache