[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mongo" version = "0.1.2" description = "async mongodb wrapper over motor with a raw escape hatch" requires-python = ">=3.10" dependencies = [ "motor>=3.0", "pymongo>=4.0", ] [tool.hatch.build.targets.wheel] packages = ["src/mongo"]