Project renamed to aeg, preparing for PyPI release.

This commit is contained in:
Leo Vasanko
2025-12-23 18:25:03 +00:00
parent a644d27b56
commit 640e812908
23 changed files with 53 additions and 45 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ def main() -> int:
root = pathlib.Path(__file__).parent.parent
libaegis_src_dir = root / "libaegis" / "src"
include_dir = libaegis_src_dir / "include"
pyaegis_dir = root / "pyaegis"
pyaegis_dir = root / "src" / "aeg"
if not include_dir.exists():
print(f"Include directory not found: {include_dir}", file=sys.stderr)