[project] name = "abx-ldap-auth" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.10" dependencies = [] [project.entry-points.abx] ldap = "abx_ldap_auth" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist] packages = ["."] [tool.hatch.build.targets.wheel] packages = ["."]