set up or initialized Python project
This commit is contained in:
1
.python-version
Normal file
1
.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.13
|
||||||
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user