Spaces:
Runtime error
Runtime error
File size: 328 Bytes
01df4b3 e2937e5 01df4b3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[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" |