move common package to root level

This commit is contained in:
Junzi Sun
2020-05-03 23:27:17 +02:00
parent fe9e033a64
commit 5286355bf6
8 changed files with 12 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ ext:
python setup.py build_ext --inplace
test:
python -m pytest
python -m pytest tests
clean:
find pyModeS/decoder -type f -name '*.c' -delete