Refactor project for setuptools

This commit is contained in:
2022-12-13 00:53:41 +01:00
parent 164cb92589
commit 95485c3c6f
34 changed files with 33707 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ push: ## Push code with tags
build: ## Build package
rm -fr dist/*
rm -fr build/*
python -m build
python -m build --wheel
buildext: ## Build extension
rm -fr dist/*