Build cleanup, pathname reorganisation, cdef to repository (although generated with gen_cdef.py).

This commit is contained in:
2025-11-07 03:23:30 +00:00
parent e3508025f5
commit b83120187c
14 changed files with 805 additions and 292 deletions
+1 -3
View File
@@ -3,7 +3,7 @@ requires = ["hatchling", "cffi>=2.0.0"]
build-backend = "hatchling.build"
[project]
name = "aegis"
name = "pyaegis"
version = "0.1.0"
description = "Python bindings for libaegis (links to system library)"
requires-python = ">=3.12"
@@ -33,6 +33,4 @@ dev = [
path = "tools/build_hook.py"
[tool.hatch.build.targets.wheel]
# Ensure only the Python package is included by default; native artifacts
# will be added by the build hook once implemented.
packages = ["pyaegis"]