Techdocs / pyproject.toml
HemanthSai7's picture
setup files
01df4b3
raw
history blame
328 Bytes
[build-system]
requires = ["setuptools>=64.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "techdocs"
version = "0.0.1"
description = "Code documentation generation CLI App"
readme = "README.md"
authors = [{ name = "Techdocs", email = "[email protected]" }]
[project.scripts]
techdocs = "techdocs.cli:main"