comply with PEP 625: lower case distribution filenames; bump version 2.1.18

This commit is contained in:
2025-02-12 23:18:49 +01:00
parent 1eea219361
commit bb10d80489
12 changed files with 17 additions and 16 deletions

View File

@@ -88,11 +88,11 @@ docker-run:
python-build: check-tags $(GVSN)
make -C python/ build-inplace
cp python/IMCtermite*.so ./ -v
cp python/imctermite*.so ./ -v
python-clean:
make -C python/ clean
rm -vf IMCtermite*.so
rm -vf imctermite*.so
python-test:
PYTHONPATH=./ python python/examples/usage.py