Move the build_backend script to tools folder.

This commit is contained in:
2025-11-07 22:26:03 +00:00
parent fce6324ae5
commit d04c593766
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"