Move data inside package and update references

This commit is contained in:
thePR0M3TH3AN
2025-06-21 12:20:51 -04:00
parent c5b6077eee
commit b72d726bd5
31 changed files with 8 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ include = ["voxvera*"]
include-package-data = true
[tool.setuptools.package-data]
voxvera = ["../templates/**", "../src/**"]
voxvera = ["templates/**", "src/**"]
[project]
name = "voxvera"