set up or initialized Python project

This commit is contained in:
Alex Tavarez
2025-12-21 16:58:39 -05:00
parent 1851b0bb04
commit d149361e60
2 changed files with 13 additions and 0 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "skansible"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ansible>=13.1.0",
"ansible-lint>=25.12.1",
"ansible-navigator>=25.12.0",
"click>=8.3.1",
]