From 4574407f2da006390967a59d53117137ebaee15e Mon Sep 17 00:00:00 2001 From: ohswed <55538139+Ohswedd@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:16:23 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69e18ea..6654fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ version = "0.1.0" description = "A Python library for robust data validation, serialization, and schema versioning." readme = "README.md" requires-python = ">=3.7" +dependencies = ["PyYAML"] license = {text = "MIT"} authors = [ {name = "Altxria Inc.", email = "company@altxria.com"} @@ -32,12 +33,8 @@ Documentation = "https://github.com/altxriainc/janus/wiki" "Source Code" = "https://github.com/altxriainc/janus" [tool.setuptools] -packages = ["altxria.janus"] -package-dir = {"altxria.janus" = "src"} -include-package-data = true - -[project.dependencies] -"PyYAML>=6.0" +packages = ["altxria.janus.core", "altxria.janus.utils"] +package-dir = {"altxria.janus.core"= "src/core","altxria.janus.utils"= "src/utils"} [project.optional-dependencies] dev = [