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