[project] name = "wildpc-core" version = "0.1.0" description = "Wild PC platform core library - manifest models, config, and generators" requires-python = ">=3.11" dependencies = [ "pyyaml>=6.0.0", "pydantic>=2.0.0", "jsonschema>=4.0.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/wildpc_core"] [dependency-groups] dev = [ "pytest>=7.0.0", "pyyaml>=6.0.0", ] [tool.ruff.lint.isort] known-first-party = ["wildpc_core"]