[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "psql" version = "0.1.2" description = "async postgres wrapper over asyncpg: two-layer API (friendly verbs + raw escape hatch), fail-loud, config-free" requires-python = ">=3.10" dependencies = [ "asyncpg>=0.29", ] [tool.hatch.build.targets.wheel] packages = ["src/psql"]