Primeira versão

This commit is contained in:
Jurandy Soares
2026-03-15 19:51:09 -03:00
commit fb651ef254
11 changed files with 709 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "doce"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"furo>=2025.12.19",
"myst-parser>=5.0.0",
"sphinx>=9.1.0",
"sphinx-autobuild>=2025.8.25",
]