fix packaging

This commit is contained in:
thePR0M3TH3AN
2025-06-19 19:56:54 -04:00
parent 14ec95c79f
commit c563626ab7

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"