This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
python-aternos/Makefile

13 lines
200 B
Makefile

build:
python -m build
upload:
python -m twine upload dist/*
clean:
rm -rf dist/ python_aternos.egg-info/
rm -rf .mypy_cache/ python_aternos/__pycache__/
check:
chmod +x test.sh
bash test.sh