[project] name = "domna-utils" version = "0.1.0" description = "Cross-cutting infrastructure helpers — logging, S3, CloudWatch, SQS tasks." requires-python = ">=3.11" dependencies = [ "boto3>=1.34", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/utils"]