13 lines
280 B
TOML
13 lines
280 B
TOML
[project]
|
|
name = "dotfiles"
|
|
version = "0.0.1"
|
|
description = "Ansible plays for bootstrapping local environment"
|
|
requires-python = "~=3.11"
|
|
dependencies = ["ansible>=11.1.0,<12"]
|
|
|
|
[tool.uv]
|
|
package = false
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|