Include resource directories

This commit is contained in:
thePR0M3TH3AN
2025-06-19 20:57:35 -04:00
parent 6dfc568928
commit f7dae49b61
3 changed files with 50 additions and 30 deletions

View File

@@ -6,6 +6,12 @@ build-backend = "setuptools.build_meta"
where = ["."]
include = ["voxvera*"]
[tool.setuptools]
include-package-data = true
[tool.setuptools.package-data]
voxvera = ["../templates/**", "../src/**"]
[project]
name = "voxvera"
version = "0.1.0"