mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 22:15:21 -04:00
22 lines
389 B
TOML
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 = ["."]
|