Bugfixes: Cloudflare bypassing, JS parser; tests, pylint, makefile
This commit is contained in:
parent
1055628241
commit
dc52f92985
19 changed files with 142 additions and 72 deletions
9
Makefile
9
Makefile
|
@ -1,8 +1,13 @@
|
|||
build:
|
||||
sudo python -m build
|
||||
python -m build
|
||||
|
||||
upload:
|
||||
python -m twine upload dist/*
|
||||
|
||||
clean:
|
||||
sudo rm -rf dist/ python_aternos.egg-info/
|
||||
rm -rf dist/ python_aternos.egg-info/
|
||||
rm -rf .mypy_cache/ python_aternos/__pycache__/
|
||||
|
||||
check:
|
||||
chmod +x test.sh
|
||||
bash test.sh
|
||||
|
|
Reference in a new issue