Merge pull request #55 from PR0M3TH3AN/codex/fix-e2e-workflow-modulenotfounderror

Fix packaging path
This commit is contained in:
thePR0M3TH3AN
2025-06-19 19:57:08 -04:00
committed by GitHub

View File

@@ -2,6 +2,10 @@
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["voxvera*"]
[project]
name = "voxvera"
version = "0.1.0"