* github workflow: add checkout step and use makefile target for file

setup
* add README.rst to gitignore
* makefile: validate wheels, run python example, add README.rst option
* usage.py: fix output directory and simplify for loop
* setup.py: remove unused os module
* setup.cfg: syntax fix
This commit is contained in:
2021-09-22 11:20:28 +02:00
parent c8bee63942
commit 770c0167af
8 changed files with 24 additions and 21 deletions

View File

@@ -91,6 +91,9 @@ python-clean:
make -C python/ clean
rm -vf IMCtermite*.so
python-test:
PYTHONPATH=./ python python/examples/usage.py
#-----------------------------------------------------------------------------#
# clean