Move the build_backend script to tools folder.

This commit is contained in:
Leo Vasanko
2025-11-07 10:26:03 -06:00
parent 5e19bd980e
commit 4356e57ace
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[build-system]
requires = ["setuptools>=61.0", "cffi>=2.0.0"]
build-backend = "build_backend"
backend-path = ["."]
backend-path = ["tools"]
[project]
name = "pyaegis"