Spaces:
Runtime error
Runtime error
| [build-system] | |
| requires = ["setuptools>=64.0.0", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "techdocs" | |
| version = "0.1.0" | |
| description = "Code documentation generation CLI App" | |
| readme = "README.md" | |
| authors = [{ name = "Techdocs", email = "[email protected]" }] | |
| [project.scripts] | |
| techdocs = "techdocs.cli:main" |