Add feature to parse Python docstrings

This commit is contained in:
2026-04-13 14:44:04 +02:00
parent 16852f3d68
commit b71b93000e
5 changed files with 58 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "jcloud-docsgen"
version = "0.1.0"
description = "A project documentation generator"
dependencies = []
dependencies = ["docstring-parser"]
license = "Apache-2.0"
[project.scripts]