Files
ad-test/pyproject.toml
2024-08-12 19:36:13 -05:00

28 lines
536 B
TOML

[project]
name = "ad-test"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "John Lancaster", email = "32917998+jsl12@users.noreply.github.com" }
]
dependencies = [
"pytest>=8.3.2",
"gitpython>=3.1.43",
]
readme = "README.md"
requires-python = ">= 3.8"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/ad_test"]