+ minimalist Makefile

This commit is contained in:
nicobo 2021-02-07 16:35:08 +01:00
parent 2baf31330b
commit 10a385bbec
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
build:
python3 setup.py build sdist bdist_wheel
test:
python3 -m unittest discover -v -s tests