[project] name = "artifacts" version = "0.1.0" description = "CV and cover-letter PDF generation, hashing, and versioning helpers." requires-python = ">=3.13" dependencies = [ "fpdf2>=2.8", "jinja2>=3.1", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.24", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/artifacts"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"] asyncio_mode = "auto"