ArchiveBox/packages/abx-plugin-ldap-auth/pyproject.toml
Nick Sweeting 5d9a32c364
wip
2024-10-25 01:06:12 -07:00

22 lines
389 B
TOML

[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 = ["."]