initialization
This commit is contained in:
commit
719e586fa4
20 changed files with 2889 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "servala-docs"
|
||||
version = "0.1.0"
|
||||
description = "The documentation for Servala"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"zensical>=0.0.11",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue