feat: add project description in pyproject.toml

This commit is contained in:
lumin
2024-12-18 18:22:41 +09:00
committed by GitButler
parent cb66b35f11
commit c86287b7e3

View File

@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "markitdown" name = "markitdown"
dynamic = ["version"] dynamic = ["version"]
description = '' description = 'Utility tool for converting various files to Markdown'
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
license = "MIT" license = "MIT"