First version

This commit is contained in:
J. Fernando Sánchez
2021-10-18 09:30:50 +02:00
commit 96134709bb
16 changed files with 671 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
release:
python setup.py sdist
python setup.py bdist_wheel
twine upload --skip-existing dist/*