1
0
mirror of https://github.com/daknuett/licor synced 2025-10-14 02:22:02 +00:00

added proper upload routines

This commit is contained in:
2018-01-31 10:37:50 +01:00
parent 2430c79f9a
commit 99cef366e4
2 changed files with 20 additions and 1 deletions

17
Makefile Normal file
View File

@@ -0,0 +1,17 @@
clean:
python3 setup.py clean
sdist: clean
python3 setup.py sdist
bdist_wheel: clean
python3 setup.py bdist_wheel
install:
python3 setup.py install
upload: sdist bdist_wheel
twine upload dist/*