Added models to the package

This commit is contained in:
Xoconoch
2025-06-11 10:22:30 -06:00
parent 3d99f71c6e
commit 6b43bd4504
2 changed files with 4 additions and 16 deletions

View File

@@ -30,11 +30,5 @@ Homepage = "https://github.com/Xoconoch/deezspot-spotizerr"
Repository = "https://github.com/Xoconoch/deezspot-spotizerr.git"
Documentation = "https://github.com/Xoconoch/deezspot-spotizerr/blob/main/README.md"
[tool.setuptools]
packages = [
"deezspot",
"deezspot.models",
"deezspot.spotloader",
"deezspot.deezloader",
"deezspot.libutils"
]
[tool.setuptools.packages.find]
include = ["deezspot", "deezspot.*"]