Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohswedd committed Dec 7, 2024
1 parent b8b1c5f commit 4574407
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
Expand All @@ -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 = [
Expand Down

0 comments on commit 4574407

Please sign in to comment.