Add: Hatchling build configuration for graphiti-core-varming

- Configure hatchling to include graphiti_core package in wheel
- Required because package name (graphiti-core-varming) differs from module name (graphiti_core)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Lars Varming 2025-11-10 11:49:57 +01:00
parent f080d85668
commit a05b28dbd6

View file

@ -69,6 +69,9 @@ dev = [
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["graphiti_core"]
[tool.pytest.ini_options]
pythonpath = ["."]