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]
name = "markitdown"
dynamic = ["version"]
description = ''
description = 'Utility tool for converting various files to Markdown'
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"