Project renamed to aeg, preparing for PyPI release.

This commit is contained in:
2025-12-23 18:25:03 +00:00
parent daba717ebb
commit bd8b183e32
23 changed files with 53 additions and 45 deletions
+5 -4
View File
@@ -4,7 +4,7 @@ build-backend = "build_backend"
backend-path = ["tools"]
[project]
name = "pyaegis"
name = "aeg"
dynamic = ["version"]
description = "Python bindings for libaegis"
requires-python = ">=3.10"
@@ -20,7 +20,7 @@ dependencies = [
]
[project.urls]
Homepage = "https://github.com/LeoVasanko/pyaegis"
Homepage = "https://github.com/LeoVasanko/aeg"
[dependency-groups]
dev = [
@@ -31,9 +31,10 @@ dev = [
]
[tool.setuptools]
packages = ["pyaegis"]
package-dir = {"" = "src"}
packages = ["aeg"]
[tool.setuptools.package-data]
pyaegis = ["*.h", "*.so", "*.pyd"]
aeg = ["*.h", "*.so", "*.pyd"]
[tool.setuptools_scm]