This commit is contained in:
DarkCat09 2022-07-26 10:29:22 +04:00
parent 4d6bd2db2d
commit a6ec9a1a0f
2 changed files with 11 additions and 0 deletions

3
.gitignore vendored
View file

@ -101,3 +101,6 @@ dmypy.json
# Cython debug symbols
cython_debug/
# IDE
.vscode/

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
build:
sudo python -m build
upload:
python -m twine upload dist/*
clean:
sudo rm -rf dist/ python_aternos.egg-info/